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;
35 template <
typename ThingGroupNameT = Aws::String>
37 m_thingGroupNameHasBeenSet =
true;
38 m_thingGroupName = std::forward<ThingGroupNameT>(value);
40 template <
typename ThingGroupNameT = Aws::String>
52 template <
typename ThingGroupArnT = Aws::String>
54 m_thingGroupArnHasBeenSet =
true;
55 m_thingGroupArn = std::forward<ThingGroupArnT>(value);
57 template <
typename ThingGroupArnT = Aws::String>
69 template <
typename ThingGroupIdT = Aws::String>
71 m_thingGroupIdHasBeenSet =
true;
72 m_thingGroupId = std::forward<ThingGroupIdT>(value);
74 template <
typename ThingGroupIdT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_thingGroupNameHasBeenSet =
false;
107 bool m_thingGroupArnHasBeenSet =
false;
108 bool m_thingGroupIdHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetThingGroupArn(ThingGroupArnT &&value)
AWS_IOT_API CreateThingGroupResult()=default
void SetThingGroupName(ThingGroupNameT &&value)
CreateThingGroupResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetThingGroupName() const
CreateThingGroupResult & WithThingGroupId(ThingGroupIdT &&value)
CreateThingGroupResult & WithThingGroupName(ThingGroupNameT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetThingGroupArn() const
void SetThingGroupId(ThingGroupIdT &&value)
const Aws::String & GetThingGroupId() const
AWS_IOT_API CreateThingGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateThingGroupResult & WithThingGroupArn(ThingGroupArnT &&value)
AWS_IOT_API CreateThingGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue