AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
CreateStateMachineAliasResult.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/states/SFN_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace SFN {
23namespace Model {
25 public:
26 AWS_SFN_API CreateStateMachineAliasResult() = default;
29
31
35 inline const Aws::String& GetStateMachineAliasArn() const { return m_stateMachineAliasArn; }
36 template <typename StateMachineAliasArnT = Aws::String>
37 void SetStateMachineAliasArn(StateMachineAliasArnT&& value) {
38 m_stateMachineAliasArnHasBeenSet = true;
39 m_stateMachineAliasArn = std::forward<StateMachineAliasArnT>(value);
40 }
41 template <typename StateMachineAliasArnT = Aws::String>
43 SetStateMachineAliasArn(std::forward<StateMachineAliasArnT>(value));
44 return *this;
45 }
47
49
52 inline const Aws::Utils::DateTime& GetCreationDate() const { return m_creationDate; }
53 template <typename CreationDateT = Aws::Utils::DateTime>
54 void SetCreationDate(CreationDateT&& value) {
55 m_creationDateHasBeenSet = true;
56 m_creationDate = std::forward<CreationDateT>(value);
57 }
58 template <typename CreationDateT = Aws::Utils::DateTime>
60 SetCreationDate(std::forward<CreationDateT>(value));
61 return *this;
62 }
64
66
67 inline const Aws::String& GetRequestId() const { return m_requestId; }
68 template <typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) {
70 m_requestIdHasBeenSet = true;
71 m_requestId = std::forward<RequestIdT>(value);
72 }
73 template <typename RequestIdT = Aws::String>
75 SetRequestId(std::forward<RequestIdT>(value));
76 return *this;
77 }
79 private:
80 Aws::String m_stateMachineAliasArn;
81
82 Aws::Utils::DateTime m_creationDate{};
83
84 Aws::String m_requestId;
85 bool m_stateMachineAliasArnHasBeenSet = false;
86 bool m_creationDateHasBeenSet = false;
87 bool m_requestIdHasBeenSet = false;
88};
89
90} // namespace Model
91} // namespace SFN
92} // namespace Aws
CreateStateMachineAliasResult & WithCreationDate(CreationDateT &&value)
AWS_SFN_API CreateStateMachineAliasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SFN_API CreateStateMachineAliasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateStateMachineAliasResult & WithRequestId(RequestIdT &&value)
void SetStateMachineAliasArn(StateMachineAliasArnT &&value)
CreateStateMachineAliasResult & WithStateMachineAliasArn(StateMachineAliasArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue