7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/model/ExpressionType.h>
48 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
49 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
63 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
89 inline void SetExpression(
const char* value) { m_expressionHasBeenSet =
true; m_expression.assign(value); }
103 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
117 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
125 bool m_arnHasBeenSet =
false;
128 bool m_nameHasBeenSet =
false;
131 bool m_expressionTypeHasBeenSet =
false;
134 bool m_expressionHasBeenSet =
false;
137 bool m_descriptionHasBeenSet =
false;
140 bool m_roleArnHasBeenSet =
false;
const ExpressionType & GetExpressionType() const
const Aws::String & GetArn() const
void SetDescription(const Aws::String &value)
void SetExpression(const char *value)
bool NameHasBeenSet() const
void SetDescription(const char *value)
const Aws::String & GetName() const
AWS_IOTWIRELESS_API Destinations & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
Destinations & WithExpression(Aws::String &&value)
const Aws::String & GetRoleArn() const
void SetExpression(const Aws::String &value)
Destinations & WithRoleArn(const char *value)
void SetArn(const char *value)
void SetArn(const Aws::String &value)
AWS_IOTWIRELESS_API Destinations(Aws::Utils::Json::JsonView jsonValue)
void SetName(const char *value)
Destinations & WithName(const char *value)
Destinations & WithArn(const char *value)
void SetArn(Aws::String &&value)
Destinations & WithArn(Aws::String &&value)
Destinations & WithExpressionType(ExpressionType &&value)
void SetRoleArn(const char *value)
const Aws::String & GetDescription() const
bool RoleArnHasBeenSet() const
Destinations & WithDescription(Aws::String &&value)
const Aws::String & GetExpression() const
void SetExpression(Aws::String &&value)
Destinations & WithExpression(const Aws::String &value)
AWS_IOTWIRELESS_API Destinations()
bool ExpressionTypeHasBeenSet() const
void SetExpressionType(const ExpressionType &value)
void SetName(Aws::String &&value)
bool DescriptionHasBeenSet() const
Destinations & WithExpressionType(const ExpressionType &value)
Destinations & WithArn(const Aws::String &value)
Destinations & WithDescription(const char *value)
Destinations & WithRoleArn(Aws::String &&value)
void SetExpressionType(ExpressionType &&value)
void SetRoleArn(const Aws::String &value)
Destinations & WithExpression(const char *value)
void SetName(const Aws::String &value)
bool ExpressionHasBeenSet() const
Destinations & WithName(const Aws::String &value)
void SetDescription(Aws::String &&value)
Destinations & WithDescription(const Aws::String &value)
bool ArnHasBeenSet() const
Destinations & WithRoleArn(const Aws::String &value)
void SetRoleArn(Aws::String &&value)
Destinations & WithName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue