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 ParentGroupNameT = Aws::String>
57 void SetParentGroupName(ParentGroupNameT&& value) { m_parentGroupNameHasBeenSet =
true; m_parentGroupName = std::forward<ParentGroupNameT>(value); }
58 template<
typename ParentGroupNameT = Aws::String>
68 template<
typename ThingGroupPropertiesT = ThingGroupProperties>
69 void SetThingGroupProperties(ThingGroupPropertiesT&& value) { m_thingGroupPropertiesHasBeenSet =
true; m_thingGroupProperties = std::forward<ThingGroupPropertiesT>(value); }
70 template<
typename ThingGroupPropertiesT = ThingGroupProperties>
80 template<
typename TagsT = Aws::Vector<Tag>>
81 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
82 template<
typename TagsT = Aws::Vector<Tag>>
84 template<
typename TagsT = Tag>
90 bool m_thingGroupNameHasBeenSet =
false;
93 bool m_parentGroupNameHasBeenSet =
false;
96 bool m_thingGroupPropertiesHasBeenSet =
false;
99 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