7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/iotwireless/IoTWireless_EXPORTS.h>
10#include <aws/iotwireless/model/ExpressionType.h>
15namespace IoTWireless {
38 template <
typename NameT = Aws::String>
40 m_nameHasBeenSet =
true;
41 m_name = std::forward<NameT>(value);
43 template <
typename NameT = Aws::String>
45 SetName(std::forward<NameT>(value));
57 m_expressionTypeHasBeenSet =
true;
58 m_expressionType = value;
72 template <
typename ExpressionT = Aws::String>
74 m_expressionHasBeenSet =
true;
75 m_expression = std::forward<ExpressionT>(value);
77 template <
typename ExpressionT = Aws::String>
90 template <
typename DescriptionT = Aws::String>
92 m_descriptionHasBeenSet =
true;
93 m_description = std::forward<DescriptionT>(value);
95 template <
typename DescriptionT = Aws::String>
108 template <
typename RoleArnT = Aws::String>
110 m_roleArnHasBeenSet =
true;
111 m_roleArn = std::forward<RoleArnT>(value);
113 template <
typename RoleArnT = Aws::String>
129 bool m_nameHasBeenSet =
false;
130 bool m_expressionTypeHasBeenSet =
false;
131 bool m_expressionHasBeenSet =
false;
132 bool m_descriptionHasBeenSet =
false;
133 bool m_roleArnHasBeenSet =
false;
UpdateDestinationRequest & WithExpression(ExpressionT &&value)
bool RoleArnHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
void SetExpression(ExpressionT &&value)
AWS_IOTWIRELESS_API UpdateDestinationRequest()=default
ExpressionType GetExpressionType() const
bool ExpressionTypeHasBeenSet() const
void SetExpressionType(ExpressionType value)
const Aws::String & GetExpression() const
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
bool DescriptionHasBeenSet() const
UpdateDestinationRequest & WithName(NameT &&value)
void SetName(NameT &&value)
bool ExpressionHasBeenSet() const
const Aws::String & GetRoleArn() const
UpdateDestinationRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
UpdateDestinationRequest & WithRoleArn(RoleArnT &&value)
UpdateDestinationRequest & WithExpressionType(ExpressionType value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String