7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/states/SFN_EXPORTS.h>
12#include <aws/states/model/RoutingConfigurationListItem.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename StateMachineAliasArnT = Aws::String>
40 m_stateMachineAliasArnHasBeenSet =
true;
41 m_stateMachineAliasArn = std::forward<StateMachineAliasArnT>(value);
43 template <
typename StateMachineAliasArnT = Aws::String>
55 template <
typename NameT = Aws::String>
57 m_nameHasBeenSet =
true;
58 m_name = std::forward<NameT>(value);
60 template <
typename NameT = Aws::String>
62 SetName(std::forward<NameT>(value));
72 template <
typename DescriptionT = Aws::String>
74 m_descriptionHasBeenSet =
true;
75 m_description = std::forward<DescriptionT>(value);
77 template <
typename DescriptionT = Aws::String>
89 template <
typename RoutingConfigurationT = Aws::Vector<RoutingConfigurationListItem>>
91 m_routingConfigurationHasBeenSet =
true;
92 m_routingConfiguration = std::forward<RoutingConfigurationT>(value);
94 template <
typename RoutingConfigurationT = Aws::Vector<RoutingConfigurationListItem>>
99 template <
typename RoutingConfigurationT = RoutingConfigurationListItem>
101 m_routingConfigurationHasBeenSet =
true;
102 m_routingConfiguration.emplace_back(std::forward<RoutingConfigurationT>(value));
112 template <
typename CreationDateT = Aws::Utils::DateTime>
114 m_creationDateHasBeenSet =
true;
115 m_creationDate = std::forward<CreationDateT>(value);
117 template <
typename CreationDateT = Aws::Utils::DateTime>
130 template <
typename UpdateDateT = Aws::Utils::DateTime>
132 m_updateDateHasBeenSet =
true;
133 m_updateDate = std::forward<UpdateDateT>(value);
135 template <
typename UpdateDateT = Aws::Utils::DateTime>
145 template <
typename RequestIdT = Aws::String>
147 m_requestIdHasBeenSet =
true;
148 m_requestId = std::forward<RequestIdT>(value);
150 template <
typename RequestIdT = Aws::String>
173 bool m_stateMachineAliasArnHasBeenSet =
false;
174 bool m_nameHasBeenSet =
false;
175 bool m_descriptionHasBeenSet =
false;
176 bool m_routingConfigurationHasBeenSet =
false;
177 bool m_creationDateHasBeenSet =
false;
178 bool m_updateDateHasBeenSet =
false;
179 bool m_requestIdHasBeenSet =
false;
DescribeStateMachineAliasResult & WithRoutingConfiguration(RoutingConfigurationT &&value)
DescribeStateMachineAliasResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetUpdateDate(UpdateDateT &&value)
DescribeStateMachineAliasResult & WithDescription(DescriptionT &&value)
AWS_SFN_API DescribeStateMachineAliasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreationDate() const
const Aws::Utils::DateTime & GetUpdateDate() const
DescribeStateMachineAliasResult & AddRoutingConfiguration(RoutingConfigurationT &&value)
DescribeStateMachineAliasResult & WithName(NameT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetStateMachineAliasArn(StateMachineAliasArnT &&value)
AWS_SFN_API DescribeStateMachineAliasResult()=default
const Aws::Vector< RoutingConfigurationListItem > & GetRoutingConfiguration() const
AWS_SFN_API DescribeStateMachineAliasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeStateMachineAliasResult & WithUpdateDate(UpdateDateT &&value)
void SetCreationDate(CreationDateT &&value)
const Aws::String & GetRequestId() const
void SetName(NameT &&value)
void SetRoutingConfiguration(RoutingConfigurationT &&value)
DescribeStateMachineAliasResult & WithCreationDate(CreationDateT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
const Aws::String & GetStateMachineAliasArn() const
DescribeStateMachineAliasResult & WithStateMachineAliasArn(StateMachineAliasArnT &&value)
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue