AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
PublishStateMachineVersionResult.h
1
6#pragma once
7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace SFN
25{
26namespace Model
27{
29 {
30 public:
31 AWS_SFN_API PublishStateMachineVersionResult() = default;
34
35
37
40 inline const Aws::Utils::DateTime& GetCreationDate() const { return m_creationDate; }
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>
44 PublishStateMachineVersionResult& WithCreationDate(CreationDateT&& value) { SetCreationDate(std::forward<CreationDateT>(value)); return *this;}
46
48
52 inline const Aws::String& GetStateMachineVersionArn() const { return m_stateMachineVersionArn; }
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>
56 PublishStateMachineVersionResult& WithStateMachineVersionArn(StateMachineVersionArnT&& value) { SetStateMachineVersionArn(std::forward<StateMachineVersionArnT>(value)); return *this;}
58
60
61 inline const Aws::String& GetRequestId() const { return m_requestId; }
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>
65 PublishStateMachineVersionResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
67 private:
68
69 Aws::Utils::DateTime m_creationDate{};
70 bool m_creationDateHasBeenSet = false;
71
72 Aws::String m_stateMachineVersionArn;
73 bool m_stateMachineVersionArnHasBeenSet = false;
74
75 Aws::String m_requestId;
76 bool m_requestIdHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace SFN
81} // namespace Aws
PublishStateMachineVersionResult & WithStateMachineVersionArn(StateMachineVersionArnT &&value)
PublishStateMachineVersionResult & WithRequestId(RequestIdT &&value)
AWS_SFN_API PublishStateMachineVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PublishStateMachineVersionResult & WithCreationDate(CreationDateT &&value)
AWS_SFN_API PublishStateMachineVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue