7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename CreationDateT = Aws::Utils::DateTime>
42 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
43 template<
typename CreationDateT = Aws::Utils::DateTime>
53 template<
typename StateMachineVersionArnT = Aws::String>
54 void SetStateMachineVersionArn(StateMachineVersionArnT&& value) { m_stateMachineVersionArnHasBeenSet =
true; m_stateMachineVersionArn = std::forward<StateMachineVersionArnT>(value); }
55 template<
typename StateMachineVersionArnT = Aws::String>
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_creationDateHasBeenSet =
false;
73 bool m_stateMachineVersionArnHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
false;
PublishStateMachineVersionResult & WithStateMachineVersionArn(StateMachineVersionArnT &&value)
AWS_SFN_API PublishStateMachineVersionResult()=default
PublishStateMachineVersionResult & WithRequestId(RequestIdT &&value)
AWS_SFN_API PublishStateMachineVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PublishStateMachineVersionResult & WithCreationDate(CreationDateT &&value)
const Aws::String & GetStateMachineVersionArn() const
const Aws::Utils::DateTime & GetCreationDate() const
void SetCreationDate(CreationDateT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SFN_API PublishStateMachineVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStateMachineVersionArn(StateMachineVersionArnT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue