7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iotwireless/model/ExpressionType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/iotwireless/model/Tag.h>
14#include <aws/core/utils/UUID.h>
45 template<
typename NameT = Aws::String>
46 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
47 template<
typename NameT = Aws::String>
67 template<
typename ExpressionT = Aws::String>
68 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
69 template<
typename ExpressionT = Aws::String>
79 template<
typename DescriptionT = Aws::String>
80 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
81 template<
typename DescriptionT = Aws::String>
91 template<
typename RoleArnT = Aws::String>
92 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
93 template<
typename RoleArnT = Aws::String>
104 template<
typename TagsT = Aws::Vector<Tag>>
105 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
106 template<
typename TagsT = Aws::Vector<Tag>>
108 template<
typename TagsT = Tag>
126 template<
typename ClientRequestTokenT = Aws::String>
127 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
128 template<
typename ClientRequestTokenT = Aws::String>
134 bool m_nameHasBeenSet =
false;
137 bool m_expressionTypeHasBeenSet =
false;
140 bool m_expressionHasBeenSet =
false;
143 bool m_descriptionHasBeenSet =
false;
146 bool m_roleArnHasBeenSet =
false;
149 bool m_tagsHasBeenSet =
false;
152 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