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>
42 template<
typename NameT = Aws::String>
43 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
44 template<
typename NameT = Aws::String>
64 template<
typename ExpressionT = Aws::String>
65 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
66 template<
typename ExpressionT = Aws::String>
76 template<
typename DescriptionT = Aws::String>
77 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
78 template<
typename DescriptionT = Aws::String>
88 template<
typename RoleArnT = Aws::String>
89 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
90 template<
typename RoleArnT = Aws::String>
96 bool m_nameHasBeenSet =
false;
99 bool m_expressionTypeHasBeenSet =
false;
102 bool m_expressionHasBeenSet =
false;
105 bool m_descriptionHasBeenSet =
false;
108 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