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 ThingGroupPropertiesT = ThingGroupProperties>
60 m_thingGroupPropertiesHasBeenSet =
true;
61 m_thingGroupProperties = std::forward<ThingGroupPropertiesT>(value);
63 template <
typename ThingGroupPropertiesT = ThingGroupProperties>
77 template <
typename IndexNameT = Aws::String>
79 m_indexNameHasBeenSet =
true;
80 m_indexName = std::forward<IndexNameT>(value);
82 template <
typename IndexNameT = Aws::String>
97 template <
typename QueryStringT = Aws::String>
99 m_queryStringHasBeenSet =
true;
100 m_queryString = std::forward<QueryStringT>(value);
102 template <
typename QueryStringT = Aws::String>
117 template <
typename QueryVersionT = Aws::String>
119 m_queryVersionHasBeenSet =
true;
120 m_queryVersion = std::forward<QueryVersionT>(value);
122 template <
typename QueryVersionT = Aws::String>
135 template <
typename TagsT = Aws::Vector<Tag>>
137 m_tagsHasBeenSet =
true;
138 m_tags = std::forward<TagsT>(value);
140 template <
typename TagsT = Aws::Vector<Tag>>
142 SetTags(std::forward<TagsT>(value));
145 template <
typename TagsT = Tag>
147 m_tagsHasBeenSet =
true;
148 m_tags.emplace_back(std::forward<TagsT>(value));
164 bool m_thingGroupNameHasBeenSet =
false;
165 bool m_thingGroupPropertiesHasBeenSet =
false;
166 bool m_indexNameHasBeenSet =
false;
167 bool m_queryStringHasBeenSet =
false;
168 bool m_queryVersionHasBeenSet =
false;
169 bool m_tagsHasBeenSet =
false;
const Aws::String & GetThingGroupName() const
const ThingGroupProperties & GetThingGroupProperties() const
void SetQueryVersion(QueryVersionT &&value)
void SetThingGroupName(ThingGroupNameT &&value)
void SetIndexName(IndexNameT &&value)
bool ThingGroupPropertiesHasBeenSet() const
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_IOT_API Aws::String SerializePayload() const override
const Aws::Vector< Tag > & GetTags() const
CreateDynamicThingGroupRequest & WithThingGroupName(ThingGroupNameT &&value)
bool QueryVersionHasBeenSet() const
bool IndexNameHasBeenSet() const
void SetTags(TagsT &&value)
bool QueryStringHasBeenSet() const
CreateDynamicThingGroupRequest & AddTags(TagsT &&value)
const Aws::String & GetQueryString() const
bool ThingGroupNameHasBeenSet() const
void SetThingGroupProperties(ThingGroupPropertiesT &&value)
const Aws::String & GetIndexName() const
AWS_IOT_API CreateDynamicThingGroupRequest()=default
CreateDynamicThingGroupRequest & WithTags(TagsT &&value)
CreateDynamicThingGroupRequest & WithThingGroupProperties(ThingGroupPropertiesT &&value)
void SetQueryString(QueryStringT &&value)
CreateDynamicThingGroupRequest & WithIndexName(IndexNameT &&value)
CreateDynamicThingGroupRequest & WithQueryString(QueryStringT &&value)
const Aws::String & GetQueryVersion() const
CreateDynamicThingGroupRequest & WithQueryVersion(QueryVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector