7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/model/ExpressionType.h>
47 template<
typename ArnT = Aws::String>
48 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
49 template<
typename ArnT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
81 template<
typename ExpressionT = Aws::String>
82 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
83 template<
typename ExpressionT = Aws::String>
93 template<
typename DescriptionT = Aws::String>
94 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
95 template<
typename DescriptionT = Aws::String>
105 template<
typename RoleArnT = Aws::String>
106 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
107 template<
typename RoleArnT = Aws::String>
113 bool m_arnHasBeenSet =
false;
116 bool m_nameHasBeenSet =
false;
119 bool m_expressionTypeHasBeenSet =
false;
122 bool m_expressionHasBeenSet =
false;
125 bool m_descriptionHasBeenSet =
false;
128 bool m_roleArnHasBeenSet =
false;
const Aws::String & GetArn() const
Destinations & WithDescription(DescriptionT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
AWS_IOTWIRELESS_API Destinations & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetExpressionType(ExpressionType value)
const Aws::String & GetRoleArn() const
AWS_IOTWIRELESS_API Destinations(Aws::Utils::Json::JsonView jsonValue)
Destinations & WithExpressionType(ExpressionType value)
void SetRoleArn(RoleArnT &&value)
void SetDescription(DescriptionT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetDescription() const
bool RoleArnHasBeenSet() const
const Aws::String & GetExpression() const
ExpressionType GetExpressionType() const
Destinations & WithArn(ArnT &&value)
AWS_IOTWIRELESS_API Destinations()=default
bool ExpressionTypeHasBeenSet() const
Destinations & WithRoleArn(RoleArnT &&value)
bool DescriptionHasBeenSet() const
Destinations & WithExpression(ExpressionT &&value)
void SetExpression(ExpressionT &&value)
Destinations & WithName(NameT &&value)
bool ExpressionHasBeenSet() const
bool ArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue