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/iotwireless/IoTWirelessRequest.h>
11#include <aws/iotwireless/IoTWireless_EXPORTS.h>
12#include <aws/iotwireless/model/ExpressionType.h>
13#include <aws/iotwireless/model/Tag.h>
18namespace IoTWireless {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
60 m_expressionTypeHasBeenSet =
true;
61 m_expressionType = value;
75 template <
typename ExpressionT = Aws::String>
77 m_expressionHasBeenSet =
true;
78 m_expression = std::forward<ExpressionT>(value);
80 template <
typename ExpressionT = Aws::String>
93 template <
typename DescriptionT = Aws::String>
95 m_descriptionHasBeenSet =
true;
96 m_description = std::forward<DescriptionT>(value);
98 template <
typename DescriptionT = Aws::String>
111 template <
typename RoleArnT = Aws::String>
113 m_roleArnHasBeenSet =
true;
114 m_roleArn = std::forward<RoleArnT>(value);
116 template <
typename RoleArnT = Aws::String>
130 template <
typename TagsT = Aws::Vector<Tag>>
132 m_tagsHasBeenSet =
true;
133 m_tags = std::forward<TagsT>(value);
135 template <
typename TagsT = Aws::Vector<Tag>>
137 SetTags(std::forward<TagsT>(value));
140 template <
typename TagsT = Tag>
142 m_tagsHasBeenSet =
true;
143 m_tags.emplace_back(std::forward<TagsT>(value));
162 template <
typename ClientRequestTokenT = Aws::String>
164 m_clientRequestTokenHasBeenSet =
true;
165 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
167 template <
typename ClientRequestTokenT = Aws::String>
187 bool m_nameHasBeenSet =
false;
188 bool m_expressionTypeHasBeenSet =
false;
189 bool m_expressionHasBeenSet =
false;
190 bool m_descriptionHasBeenSet =
false;
191 bool m_roleArnHasBeenSet =
false;
192 bool m_tagsHasBeenSet =
false;
193 bool m_clientRequestTokenHasBeenSet =
true;
AWS_IOTWIRELESS_API CreateDestinationRequest()=default
CreateDestinationRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
void SetClientRequestToken(ClientRequestTokenT &&value)
void SetTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
void SetExpression(ExpressionT &&value)
bool ExpressionTypeHasBeenSet() const
void SetName(NameT &&value)
CreateDestinationRequest & WithExpressionType(ExpressionType value)
bool ExpressionHasBeenSet() const
const Aws::String & GetExpression() const
void SetExpressionType(ExpressionType value)
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetRoleArn() const
CreateDestinationRequest & WithTags(TagsT &&value)
const Aws::String & GetClientRequestToken() const
bool DescriptionHasBeenSet() const
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
bool ClientRequestTokenHasBeenSet() const
bool TagsHasBeenSet() const
const Aws::String & GetName() const
CreateDestinationRequest & WithDescription(DescriptionT &&value)
CreateDestinationRequest & WithRoleArn(RoleArnT &&value)
void SetDescription(DescriptionT &&value)
bool RoleArnHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
CreateDestinationRequest & WithExpression(ExpressionT &&value)
CreateDestinationRequest & AddTags(TagsT &&value)
const Aws::String & GetDescription() const
CreateDestinationRequest & WithClientRequestToken(ClientRequestTokenT &&value)
ExpressionType GetExpressionType() 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