7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/IoTWireless_EXPORTS.h>
10#include <aws/iotwireless/model/ExpressionType.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace IoTWireless {
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename NameT = Aws::String>
55 m_nameHasBeenSet =
true;
56 m_name = std::forward<NameT>(value);
58 template <
typename NameT = Aws::String>
60 SetName(std::forward<NameT>(value));
70 template <
typename ExpressionT = Aws::String>
72 m_expressionHasBeenSet =
true;
73 m_expression = std::forward<ExpressionT>(value);
75 template <
typename ExpressionT = Aws::String>
88 m_expressionTypeHasBeenSet =
true;
89 m_expressionType = value;
102 template <
typename DescriptionT = Aws::String>
104 m_descriptionHasBeenSet =
true;
105 m_description = std::forward<DescriptionT>(value);
107 template <
typename DescriptionT = Aws::String>
119 template <
typename RoleArnT = Aws::String>
121 m_roleArnHasBeenSet =
true;
122 m_roleArn = std::forward<RoleArnT>(value);
124 template <
typename RoleArnT = Aws::String>
134 template <
typename RequestIdT = Aws::String>
136 m_requestIdHasBeenSet =
true;
137 m_requestId = std::forward<RequestIdT>(value);
139 template <
typename RequestIdT = Aws::String>
162 bool m_arnHasBeenSet =
false;
163 bool m_nameHasBeenSet =
false;
164 bool m_expressionHasBeenSet =
false;
165 bool m_expressionTypeHasBeenSet =
false;
166 bool m_descriptionHasBeenSet =
false;
167 bool m_roleArnHasBeenSet =
false;
168 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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