7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWireless_EXPORTS.h>
9#include <aws/iotwireless/model/ExpressionType.h>
20namespace IoTWireless {
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
78 m_expressionTypeHasBeenSet =
true;
79 m_expressionType = value;
93 template <
typename ExpressionT = Aws::String>
95 m_expressionHasBeenSet =
true;
96 m_expression = std::forward<ExpressionT>(value);
98 template <
typename ExpressionT = Aws::String>
111 template <
typename DescriptionT = Aws::String>
113 m_descriptionHasBeenSet =
true;
114 m_description = std::forward<DescriptionT>(value);
116 template <
typename DescriptionT = Aws::String>
129 template <
typename RoleArnT = Aws::String>
131 m_roleArnHasBeenSet =
true;
132 m_roleArn = std::forward<RoleArnT>(value);
134 template <
typename RoleArnT = Aws::String>
152 bool m_arnHasBeenSet =
false;
153 bool m_nameHasBeenSet =
false;
154 bool m_expressionTypeHasBeenSet =
false;
155 bool m_expressionHasBeenSet =
false;
156 bool m_descriptionHasBeenSet =
false;
157 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