7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
40 template <
typename ThingNameT = Aws::String>
42 m_thingNameHasBeenSet =
true;
43 m_thingName = std::forward<ThingNameT>(value);
45 template <
typename ThingNameT = Aws::String>
57 template <
typename ThingArnT = Aws::String>
59 m_thingArnHasBeenSet =
true;
60 m_thingArn = std::forward<ThingArnT>(value);
62 template <
typename ThingArnT = Aws::String>
74 template <
typename ThingIdT = Aws::String>
76 m_thingIdHasBeenSet =
true;
77 m_thingId = std::forward<ThingIdT>(value);
79 template <
typename ThingIdT = Aws::String>
89 template <
typename RequestIdT = Aws::String>
91 m_requestIdHasBeenSet =
true;
92 m_requestId = std::forward<RequestIdT>(value);
94 template <
typename RequestIdT = Aws::String>
111 bool m_thingNameHasBeenSet =
false;
112 bool m_thingArnHasBeenSet =
false;
113 bool m_thingIdHasBeenSet =
false;
114 bool m_requestIdHasBeenSet =
false;
void SetThingId(ThingIdT &&value)
AWS_IOT_API CreateThingResult()=default
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_IOT_API CreateThingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetThingId() const
AWS_IOT_API CreateThingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateThingResult & WithRequestId(RequestIdT &&value)
CreateThingResult & WithThingName(ThingNameT &&value)
const Aws::String & GetThingArn() const
CreateThingResult & WithThingArn(ThingArnT &&value)
CreateThingResult & WithThingId(ThingIdT &&value)
const Aws::String & GetThingName() const
void SetRequestId(RequestIdT &&value)
void SetThingName(ThingNameT &&value)
void SetThingArn(ThingArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue