7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
45 template<
typename ThingNameT = Aws::String>
46 void SetThingName(ThingNameT&& value) { m_thingNameHasBeenSet =
true; m_thingName = std::forward<ThingNameT>(value); }
47 template<
typename ThingNameT = Aws::String>
56 template<
typename ThingArnT = Aws::String>
57 void SetThingArn(ThingArnT&& value) { m_thingArnHasBeenSet =
true; m_thingArn = std::forward<ThingArnT>(value); }
58 template<
typename ThingArnT = Aws::String>
67 template<
typename ThingIdT = Aws::String>
68 void SetThingId(ThingIdT&& value) { m_thingIdHasBeenSet =
true; m_thingId = std::forward<ThingIdT>(value); }
69 template<
typename ThingIdT = Aws::String>
76 template<
typename RequestIdT = Aws::String>
77 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
78 template<
typename RequestIdT = Aws::String>
84 bool m_thingNameHasBeenSet =
false;
87 bool m_thingArnHasBeenSet =
false;
90 bool m_thingIdHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
void SetThingId(ThingIdT &&value)
AWS_IOT_API CreateThingResult()=default
const Aws::String & GetRequestId() 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