AWS SDK for C++

AWS SDK for C++ Version 1.11.784

Loading...
Searching...
No Matches
CreateStateMachineAliasResult.h
1
6#pragma once
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>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace SFN {
24namespace Model {
26 public:
27 AWS_SFN_API CreateStateMachineAliasResult() = default;
30
32
36 inline const Aws::String& GetStateMachineAliasArn() const { return m_stateMachineAliasArn; }
37 template <typename StateMachineAliasArnT = Aws::String>
38 void SetStateMachineAliasArn(StateMachineAliasArnT&& value) {
39 m_stateMachineAliasArnHasBeenSet = true;
40 m_stateMachineAliasArn = std::forward<StateMachineAliasArnT>(value);
41 }
42 template <typename StateMachineAliasArnT = Aws::String>
44 SetStateMachineAliasArn(std::forward<StateMachineAliasArnT>(value));
45 return *this;
46 }
48
50
53 inline const Aws::Utils::DateTime& GetCreationDate() const { return m_creationDate; }
54 template <typename CreationDateT = Aws::Utils::DateTime>
55 void SetCreationDate(CreationDateT&& value) {
56 m_creationDateHasBeenSet = true;
57 m_creationDate = std::forward<CreationDateT>(value);
58 }
59 template <typename CreationDateT = Aws::Utils::DateTime>
61 SetCreationDate(std::forward<CreationDateT>(value));
62 return *this;
63 }
65
67
68 inline const Aws::String& GetRequestId() const { return m_requestId; }
69 template <typename RequestIdT = Aws::String>
70 void SetRequestId(RequestIdT&& value) {
71 m_requestIdHasBeenSet = true;
72 m_requestId = std::forward<RequestIdT>(value);
73 }
74 template <typename RequestIdT = Aws::String>
76 SetRequestId(std::forward<RequestIdT>(value));
77 return *this;
78 }
80 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
81
82 private:
83 Aws::String m_stateMachineAliasArn;
84
85 Aws::Utils::DateTime m_creationDate{};
86
87 Aws::String m_requestId;
88 Aws::Http::HttpResponseCode m_HttpResponseCode;
89 bool m_stateMachineAliasArnHasBeenSet = false;
90 bool m_creationDateHasBeenSet = false;
91 bool m_requestIdHasBeenSet = false;
92};
93
94} // namespace Model
95} // namespace SFN
96} // 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