7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename StateMachineAliasArnT = Aws::String>
43 void SetStateMachineAliasArn(StateMachineAliasArnT&& value) { m_stateMachineAliasArnHasBeenSet =
true; m_stateMachineAliasArn = std::forward<StateMachineAliasArnT>(value); }
44 template<
typename StateMachineAliasArnT = Aws::String>
53 template<
typename CreationDateT = Aws::Utils::DateTime>
54 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
55 template<
typename CreationDateT = Aws::Utils::DateTime>
62 template<
typename RequestIdT = Aws::String>
63 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
64 template<
typename RequestIdT = Aws::String>
70 bool m_stateMachineAliasArnHasBeenSet =
false;
73 bool m_creationDateHasBeenSet =
false;
76 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