7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/model/ExpressionType.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename ArnT = Aws::String>
42 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
43 template<
typename ArnT = Aws::String>
52 template<
typename NameT = Aws::String>
53 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
54 template<
typename NameT = Aws::String>
63 template<
typename ExpressionT = Aws::String>
64 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
65 template<
typename ExpressionT = Aws::String>
83 template<
typename DescriptionT = Aws::String>
84 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
85 template<
typename DescriptionT = Aws::String>
94 template<
typename RoleArnT = Aws::String>
95 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
96 template<
typename RoleArnT = Aws::String>
103 template<
typename RequestIdT = Aws::String>
104 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
105 template<
typename RequestIdT = Aws::String>
111 bool m_arnHasBeenSet =
false;
114 bool m_nameHasBeenSet =
false;
117 bool m_expressionHasBeenSet =
false;
120 bool m_expressionTypeHasBeenSet =
false;
123 bool m_descriptionHasBeenSet =
false;
126 bool m_roleArnHasBeenSet =
false;
129 bool m_requestIdHasBeenSet =
false;
void SetArn(ArnT &&value)
void SetExpression(ExpressionT &&value)
AWS_IOTWIRELESS_API GetDestinationResult()=default
void SetExpressionType(ExpressionType value)
const Aws::String & GetArn() const
const Aws::String & GetExpression() const
ExpressionType GetExpressionType() const
AWS_IOTWIRELESS_API GetDestinationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRoleArn(RoleArnT &&value)
void SetName(NameT &&value)
GetDestinationResult & WithExpression(ExpressionT &&value)
GetDestinationResult & WithExpressionType(ExpressionType value)
AWS_IOTWIRELESS_API GetDestinationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDestinationResult & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetRoleArn() const
const Aws::String & GetName() const
GetDestinationResult & WithDescription(DescriptionT &&value)
GetDestinationResult & WithArn(ArnT &&value)
GetDestinationResult & WithRoleArn(RoleArnT &&value)
const Aws::String & GetDescription() const
GetDestinationResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue