7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/states/model/RoutingConfigurationListItem.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename StateMachineAliasArnT = Aws::String>
44 void SetStateMachineAliasArn(StateMachineAliasArnT&& value) { m_stateMachineAliasArnHasBeenSet =
true; m_stateMachineAliasArn = std::forward<StateMachineAliasArnT>(value); }
45 template<
typename StateMachineAliasArnT = Aws::String>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
65 template<
typename DescriptionT = Aws::String>
66 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
67 template<
typename DescriptionT = Aws::String>
76 template<
typename RoutingConfigurationT = Aws::Vector<RoutingConfigurationListItem>>
77 void SetRoutingConfiguration(RoutingConfigurationT&& value) { m_routingConfigurationHasBeenSet =
true; m_routingConfiguration = std::forward<RoutingConfigurationT>(value); }
78 template<
typename RoutingConfigurationT = Aws::Vector<RoutingConfigurationListItem>>
80 template<
typename RoutingConfigurationT = RoutingConfigurationListItem>
89 template<
typename CreationDateT = Aws::Utils::DateTime>
90 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
91 template<
typename CreationDateT = Aws::Utils::DateTime>
101 template<
typename UpdateDateT = Aws::Utils::DateTime>
102 void SetUpdateDate(UpdateDateT&& value) { m_updateDateHasBeenSet =
true; m_updateDate = std::forward<UpdateDateT>(value); }
103 template<
typename UpdateDateT = Aws::Utils::DateTime>
110 template<
typename RequestIdT = Aws::String>
111 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
112 template<
typename RequestIdT = Aws::String>
118 bool m_stateMachineAliasArnHasBeenSet =
false;
121 bool m_nameHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
127 bool m_routingConfigurationHasBeenSet =
false;
130 bool m_creationDateHasBeenSet =
false;
133 bool m_updateDateHasBeenSet =
false;
136 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)
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