7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/states/SFN_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename StateMachineAliasArnT = Aws::String>
38 m_stateMachineAliasArnHasBeenSet =
true;
39 m_stateMachineAliasArn = std::forward<StateMachineAliasArnT>(value);
41 template <
typename StateMachineAliasArnT = Aws::String>
53 template <
typename CreationDateT = Aws::Utils::DateTime>
55 m_creationDateHasBeenSet =
true;
56 m_creationDate = std::forward<CreationDateT>(value);
58 template <
typename CreationDateT = Aws::Utils::DateTime>
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
85 bool m_stateMachineAliasArnHasBeenSet =
false;
86 bool m_creationDateHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
CreateStateMachineAliasResult & WithCreationDate(CreationDateT &&value)
AWS_SFN_API CreateStateMachineAliasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SFN_API CreateStateMachineAliasResult()=default
void SetCreationDate(CreationDateT &&value)
AWS_SFN_API CreateStateMachineAliasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateStateMachineAliasResult & WithRequestId(RequestIdT &&value)
void SetStateMachineAliasArn(StateMachineAliasArnT &&value)
const Aws::String & GetStateMachineAliasArn() const
const Aws::Utils::DateTime & GetCreationDate() const
CreateStateMachineAliasResult & WithStateMachineAliasArn(StateMachineAliasArnT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue