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/states/SFN_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename StateMachineAliasArnT = Aws::String>
39 m_stateMachineAliasArnHasBeenSet =
true;
40 m_stateMachineAliasArn = std::forward<StateMachineAliasArnT>(value);
42 template <
typename StateMachineAliasArnT = Aws::String>
54 template <
typename CreationDateT = Aws::Utils::DateTime>
56 m_creationDateHasBeenSet =
true;
57 m_creationDate = std::forward<CreationDateT>(value);
59 template <
typename CreationDateT = Aws::Utils::DateTime>
69 template <
typename RequestIdT = Aws::String>
71 m_requestIdHasBeenSet =
true;
72 m_requestId = std::forward<RequestIdT>(value);
74 template <
typename RequestIdT = Aws::String>
89 bool m_stateMachineAliasArnHasBeenSet =
false;
90 bool m_creationDateHasBeenSet =
false;
91 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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