7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iot/IoTRequest.h>
11#include <aws/iot/IoT_EXPORTS.h>
12#include <aws/iot/model/DimensionType.h>
13#include <aws/iot/model/Tag.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
62 m_typeHasBeenSet =
true;
79 template <
typename StringValuesT = Aws::Vector<Aws::String>>
81 m_stringValuesHasBeenSet =
true;
82 m_stringValues = std::forward<StringValuesT>(value);
84 template <
typename StringValuesT = Aws::Vector<Aws::String>>
89 template <
typename StringValuesT = Aws::String>
91 m_stringValuesHasBeenSet =
true;
92 m_stringValues.emplace_back(std::forward<StringValuesT>(value));
103 template <
typename TagsT = Aws::Vector<Tag>>
105 m_tagsHasBeenSet =
true;
106 m_tags = std::forward<TagsT>(value);
108 template <
typename TagsT = Aws::Vector<Tag>>
110 SetTags(std::forward<TagsT>(value));
113 template <
typename TagsT = Tag>
115 m_tagsHasBeenSet =
true;
116 m_tags.emplace_back(std::forward<TagsT>(value));
130 template <
typename ClientRequestTokenT = Aws::String>
132 m_clientRequestTokenHasBeenSet =
true;
133 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
135 template <
typename ClientRequestTokenT = Aws::String>
151 bool m_nameHasBeenSet =
false;
152 bool m_typeHasBeenSet =
false;
153 bool m_stringValuesHasBeenSet =
false;
154 bool m_tagsHasBeenSet =
false;
155 bool m_clientRequestTokenHasBeenSet =
true;
CreateDimensionRequest & AddStringValues(StringValuesT &&value)
CreateDimensionRequest & WithClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetName() const
const Aws::String & GetClientRequestToken() const
void SetName(NameT &&value)
AWS_IOT_API CreateDimensionRequest()=default
bool ClientRequestTokenHasBeenSet() const
CreateDimensionRequest & AddTags(TagsT &&value)
CreateDimensionRequest & WithStringValues(StringValuesT &&value)
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool StringValuesHasBeenSet() const
AWS_IOT_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetStringValues() const
void SetClientRequestToken(ClientRequestTokenT &&value)
bool TypeHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
bool NameHasBeenSet() const
void SetTags(TagsT &&value)
void SetStringValues(StringValuesT &&value)
CreateDimensionRequest & WithName(NameT &&value)
CreateDimensionRequest & WithTags(TagsT &&value)
void SetType(DimensionType value)
CreateDimensionRequest & WithType(DimensionType value)
DimensionType GetType() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector