7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/iot/IoTRequest.h>
10#include <aws/iot/IoT_EXPORTS.h>
11#include <aws/iot/model/Tag.h>
12#include <aws/iot/model/ThingGroupProperties.h>
40 template <
typename ThingGroupNameT = Aws::String>
42 m_thingGroupNameHasBeenSet =
true;
43 m_thingGroupName = std::forward<ThingGroupNameT>(value);
45 template <
typename ThingGroupNameT = Aws::String>
58 template <
typename ParentGroupNameT = Aws::String>
60 m_parentGroupNameHasBeenSet =
true;
61 m_parentGroupName = std::forward<ParentGroupNameT>(value);
63 template <
typename ParentGroupNameT = Aws::String>
76 template <
typename ThingGroupPropertiesT = ThingGroupProperties>
78 m_thingGroupPropertiesHasBeenSet =
true;
79 m_thingGroupProperties = std::forward<ThingGroupPropertiesT>(value);
81 template <
typename ThingGroupPropertiesT = ThingGroupProperties>
94 template <
typename TagsT = Aws::Vector<Tag>>
96 m_tagsHasBeenSet =
true;
97 m_tags = std::forward<TagsT>(value);
99 template <
typename TagsT = Aws::Vector<Tag>>
101 SetTags(std::forward<TagsT>(value));
104 template <
typename TagsT = Tag>
106 m_tagsHasBeenSet =
true;
107 m_tags.emplace_back(std::forward<TagsT>(value));
113 bool m_thingGroupNameHasBeenSet =
false;
116 bool m_parentGroupNameHasBeenSet =
false;
119 bool m_thingGroupPropertiesHasBeenSet =
false;
122 bool m_tagsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetParentGroupName(ParentGroupNameT &&value)
const ThingGroupProperties & GetThingGroupProperties() const
void SetThingGroupName(ThingGroupNameT &&value)
CreateThingGroupRequest & WithTags(TagsT &&value)
const Aws::String & GetThingGroupName() const
CreateThingGroupRequest & AddTags(TagsT &&value)
bool ThingGroupPropertiesHasBeenSet() const
bool ParentGroupNameHasBeenSet() const
bool TagsHasBeenSet() const
CreateThingGroupRequest & WithParentGroupName(ParentGroupNameT &&value)
CreateThingGroupRequest & WithThingGroupProperties(ThingGroupPropertiesT &&value)
AWS_IOT_API Aws::String SerializePayload() const override
bool ThingGroupNameHasBeenSet() const
CreateThingGroupRequest & WithThingGroupName(ThingGroupNameT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetParentGroupName() const
void SetThingGroupProperties(ThingGroupPropertiesT &&value)
const Aws::Vector< Tag > & GetTags() const
AWS_IOT_API CreateThingGroupRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector