7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/IoT_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
47 template <
typename DefaultClientIdT = Aws::String>
49 m_defaultClientIdHasBeenSet =
true;
50 m_defaultClientId = std::forward<DefaultClientIdT>(value);
52 template <
typename DefaultClientIdT = Aws::String>
64 template <
typename ThingNameT = Aws::String>
66 m_thingNameHasBeenSet =
true;
67 m_thingName = std::forward<ThingNameT>(value);
69 template <
typename ThingNameT = Aws::String>
81 template <
typename ThingIdT = Aws::String>
83 m_thingIdHasBeenSet =
true;
84 m_thingId = std::forward<ThingIdT>(value);
86 template <
typename ThingIdT = Aws::String>
98 template <
typename ThingArnT = Aws::String>
100 m_thingArnHasBeenSet =
true;
101 m_thingArn = std::forward<ThingArnT>(value);
103 template <
typename ThingArnT = Aws::String>
115 template <
typename ThingTypeNameT = Aws::String>
117 m_thingTypeNameHasBeenSet =
true;
118 m_thingTypeName = std::forward<ThingTypeNameT>(value);
120 template <
typename ThingTypeNameT = Aws::String>
132 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
134 m_attributesHasBeenSet =
true;
135 m_attributes = std::forward<AttributesT>(value);
137 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
142 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
144 m_attributesHasBeenSet =
true;
145 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
159 m_versionHasBeenSet =
true;
173 template <
typename BillingGroupNameT = Aws::String>
175 m_billingGroupNameHasBeenSet =
true;
176 m_billingGroupName = std::forward<BillingGroupNameT>(value);
178 template <
typename BillingGroupNameT = Aws::String>
188 template <
typename RequestIdT = Aws::String>
190 m_requestIdHasBeenSet =
true;
191 m_requestId = std::forward<RequestIdT>(value);
193 template <
typename RequestIdT = Aws::String>
214 long long m_version{0};
220 bool m_defaultClientIdHasBeenSet =
false;
221 bool m_thingNameHasBeenSet =
false;
222 bool m_thingIdHasBeenSet =
false;
223 bool m_thingArnHasBeenSet =
false;
224 bool m_thingTypeNameHasBeenSet =
false;
225 bool m_attributesHasBeenSet =
false;
226 bool m_versionHasBeenSet =
false;
227 bool m_billingGroupNameHasBeenSet =
false;
228 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetDefaultClientId() const
DescribeThingResult & WithThingTypeName(ThingTypeNameT &&value)
DescribeThingResult & WithVersion(long long value)
void SetVersion(long long value)
void SetThingId(ThingIdT &&value)
void SetThingName(ThingNameT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
void SetThingTypeName(ThingTypeNameT &&value)
const Aws::String & GetThingArn() const
DescribeThingResult & WithBillingGroupName(BillingGroupNameT &&value)
DescribeThingResult & WithAttributes(AttributesT &&value)
DescribeThingResult & WithRequestId(RequestIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
DescribeThingResult & WithThingArn(ThingArnT &&value)
void SetBillingGroupName(BillingGroupNameT &&value)
AWS_IOT_API DescribeThingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeThingResult & WithThingId(ThingIdT &&value)
AWS_IOT_API DescribeThingResult()=default
const Aws::String & GetThingId() const
void SetRequestId(RequestIdT &&value)
DescribeThingResult & WithDefaultClientId(DefaultClientIdT &&value)
const Aws::String & GetBillingGroupName() const
AWS_IOT_API DescribeThingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeThingResult & AddAttributes(AttributesKeyT &&key, AttributesValueT &&value)
void SetThingArn(ThingArnT &&value)
void SetDefaultClientId(DefaultClientIdT &&value)
long long GetVersion() const
DescribeThingResult & WithThingName(ThingNameT &&value)
const Aws::String & GetThingName() const
void SetAttributes(AttributesT &&value)
const Aws::String & GetThingTypeName() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue