7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename ThingGroupNameT = Aws::String>
41 void SetThingGroupName(ThingGroupNameT&& value) { m_thingGroupNameHasBeenSet =
true; m_thingGroupName = std::forward<ThingGroupNameT>(value); }
42 template<
typename ThingGroupNameT = Aws::String>
51 template<
typename ThingGroupArnT = Aws::String>
52 void SetThingGroupArn(ThingGroupArnT&& value) { m_thingGroupArnHasBeenSet =
true; m_thingGroupArn = std::forward<ThingGroupArnT>(value); }
53 template<
typename ThingGroupArnT = Aws::String>
62 template<
typename ThingGroupIdT = Aws::String>
63 void SetThingGroupId(ThingGroupIdT&& value) { m_thingGroupIdHasBeenSet =
true; m_thingGroupId = std::forward<ThingGroupIdT>(value); }
64 template<
typename ThingGroupIdT = Aws::String>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_thingGroupNameHasBeenSet =
false;
82 bool m_thingGroupArnHasBeenSet =
false;
85 bool m_thingGroupIdHasBeenSet =
false;
88 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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue