7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/panorama/Panorama_EXPORTS.h>
10#include <aws/panorama/model/DeviceStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename CertificatesT = Aws::Utils::ByteBuffer>
55 m_certificatesHasBeenSet =
true;
56 m_certificates = std::forward<CertificatesT>(value);
58 template <
typename CertificatesT = Aws::Utils::ByteBuffer>
70 template <
typename DeviceIdT = Aws::String>
72 m_deviceIdHasBeenSet =
true;
73 m_deviceId = std::forward<DeviceIdT>(value);
75 template <
typename DeviceIdT = Aws::String>
87 template <
typename IotThingNameT = Aws::String>
89 m_iotThingNameHasBeenSet =
true;
90 m_iotThingName = std::forward<IotThingNameT>(value);
92 template <
typename IotThingNameT = Aws::String>
105 m_statusHasBeenSet =
true;
117 template <
typename RequestIdT = Aws::String>
119 m_requestIdHasBeenSet =
true;
120 m_requestId = std::forward<RequestIdT>(value);
122 template <
typename RequestIdT = Aws::String>
140 bool m_arnHasBeenSet =
false;
141 bool m_certificatesHasBeenSet =
false;
142 bool m_deviceIdHasBeenSet =
false;
143 bool m_iotThingNameHasBeenSet =
false;
144 bool m_statusHasBeenSet =
false;
145 bool m_requestIdHasBeenSet =
false;
ProvisionDeviceResult & WithStatus(DeviceStatus value)
AWS_PANORAMA_API ProvisionDeviceResult()=default
void SetDeviceId(DeviceIdT &&value)
ProvisionDeviceResult & WithRequestId(RequestIdT &&value)
void SetArn(ArnT &&value)
AWS_PANORAMA_API ProvisionDeviceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCertificates(CertificatesT &&value)
const Aws::Utils::ByteBuffer & GetCertificates() const
AWS_PANORAMA_API ProvisionDeviceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeviceStatus GetStatus() const
ProvisionDeviceResult & WithArn(ArnT &&value)
ProvisionDeviceResult & WithIotThingName(IotThingNameT &&value)
ProvisionDeviceResult & WithDeviceId(DeviceIdT &&value)
void SetStatus(DeviceStatus value)
ProvisionDeviceResult & WithCertificates(CertificatesT &&value)
const Aws::String & GetDeviceId() const
void SetIotThingName(IotThingNameT &&value)
const Aws::String & GetArn() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetIotThingName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue