7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/model/ThingGroupProperties.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/iot/model/Tag.h>
44 template<
typename ThingGroupNameT = Aws::String>
45 void SetThingGroupName(ThingGroupNameT&& value) { m_thingGroupNameHasBeenSet =
true; m_thingGroupName = std::forward<ThingGroupNameT>(value); }
46 template<
typename ThingGroupNameT = Aws::String>
56 template<
typename ThingGroupPropertiesT = ThingGroupProperties>
57 void SetThingGroupProperties(ThingGroupPropertiesT&& value) { m_thingGroupPropertiesHasBeenSet =
true; m_thingGroupProperties = std::forward<ThingGroupPropertiesT>(value); }
58 template<
typename ThingGroupPropertiesT = ThingGroupProperties>
69 template<
typename IndexNameT = Aws::String>
70 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
71 template<
typename IndexNameT = Aws::String>
83 template<
typename QueryStringT = Aws::String>
84 void SetQueryString(QueryStringT&& value) { m_queryStringHasBeenSet =
true; m_queryString = std::forward<QueryStringT>(value); }
85 template<
typename QueryStringT = Aws::String>
97 template<
typename QueryVersionT = Aws::String>
98 void SetQueryVersion(QueryVersionT&& value) { m_queryVersionHasBeenSet =
true; m_queryVersion = std::forward<QueryVersionT>(value); }
99 template<
typename QueryVersionT = Aws::String>
109 template<
typename TagsT = Aws::Vector<Tag>>
110 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
111 template<
typename TagsT = Aws::Vector<Tag>>
113 template<
typename TagsT = Tag>
119 bool m_thingGroupNameHasBeenSet =
false;
122 bool m_thingGroupPropertiesHasBeenSet =
false;
125 bool m_indexNameHasBeenSet =
false;
128 bool m_queryStringHasBeenSet =
false;
131 bool m_queryVersionHasBeenSet =
false;
134 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