7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/panorama/Panorama_EXPORTS.h>
11#include <aws/panorama/model/DeviceType.h>
12#include <aws/panorama/model/JobType.h>
13#include <aws/panorama/model/UpdateProgress.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename CreatedTimeT = Aws::Utils::DateTime>
41 m_createdTimeHasBeenSet =
true;
42 m_createdTime = std::forward<CreatedTimeT>(value);
44 template <
typename CreatedTimeT = Aws::Utils::DateTime>
56 template <
typename DeviceArnT = Aws::String>
58 m_deviceArnHasBeenSet =
true;
59 m_deviceArn = std::forward<DeviceArnT>(value);
61 template <
typename DeviceArnT = Aws::String>
73 template <
typename DeviceIdT = Aws::String>
75 m_deviceIdHasBeenSet =
true;
76 m_deviceId = std::forward<DeviceIdT>(value);
78 template <
typename DeviceIdT = Aws::String>
90 template <
typename DeviceNameT = Aws::String>
92 m_deviceNameHasBeenSet =
true;
93 m_deviceName = std::forward<DeviceNameT>(value);
95 template <
typename DeviceNameT = Aws::String>
108 m_deviceTypeHasBeenSet =
true;
109 m_deviceType = value;
122 template <
typename ImageVersionT = Aws::String>
124 m_imageVersionHasBeenSet =
true;
125 m_imageVersion = std::forward<ImageVersionT>(value);
127 template <
typename ImageVersionT = Aws::String>
139 template <
typename JobIdT = Aws::String>
141 m_jobIdHasBeenSet =
true;
142 m_jobId = std::forward<JobIdT>(value);
144 template <
typename JobIdT = Aws::String>
146 SetJobId(std::forward<JobIdT>(value));
157 m_jobTypeHasBeenSet =
true;
172 m_statusHasBeenSet =
true;
184 template <
typename RequestIdT = Aws::String>
186 m_requestIdHasBeenSet =
true;
187 m_requestId = std::forward<RequestIdT>(value);
189 template <
typename RequestIdT = Aws::String>
218 bool m_createdTimeHasBeenSet =
false;
219 bool m_deviceArnHasBeenSet =
false;
220 bool m_deviceIdHasBeenSet =
false;
221 bool m_deviceNameHasBeenSet =
false;
222 bool m_deviceTypeHasBeenSet =
false;
223 bool m_imageVersionHasBeenSet =
false;
224 bool m_jobIdHasBeenSet =
false;
225 bool m_jobTypeHasBeenSet =
false;
226 bool m_statusHasBeenSet =
false;
227 bool m_requestIdHasBeenSet =
false;
void SetStatus(UpdateProgress value)
void SetRequestId(RequestIdT &&value)
void SetDeviceType(DeviceType value)
DescribeDeviceJobResult & WithJobType(JobType value)
AWS_PANORAMA_API DescribeDeviceJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetImageVersion(ImageVersionT &&value)
AWS_PANORAMA_API DescribeDeviceJobResult()=default
void SetCreatedTime(CreatedTimeT &&value)
DescribeDeviceJobResult & WithImageVersion(ImageVersionT &&value)
UpdateProgress GetStatus() const
void SetDeviceArn(DeviceArnT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
DescribeDeviceJobResult & WithRequestId(RequestIdT &&value)
JobType GetJobType() const
void SetJobType(JobType value)
const Aws::String & GetImageVersion() const
void SetJobId(JobIdT &&value)
DescribeDeviceJobResult & WithDeviceName(DeviceNameT &&value)
const Aws::String & GetJobId() const
AWS_PANORAMA_API DescribeDeviceJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeDeviceJobResult & WithStatus(UpdateProgress value)
DescribeDeviceJobResult & WithDeviceType(DeviceType value)
void SetDeviceName(DeviceNameT &&value)
void SetDeviceId(DeviceIdT &&value)
DescribeDeviceJobResult & WithDeviceId(DeviceIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetDeviceId() const
DeviceType GetDeviceType() const
const Aws::String & GetDeviceName() const
DescribeDeviceJobResult & WithDeviceArn(DeviceArnT &&value)
DescribeDeviceJobResult & WithJobId(JobIdT &&value)
DescribeDeviceJobResult & WithCreatedTime(CreatedTimeT &&value)
const Aws::String & GetDeviceArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue