AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
GetExecutionFlowSnapshotResult.h
1
6#pragma once
7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.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 BedrockAgentRuntime {
23namespace Model {
25 public:
26 AWS_BEDROCKAGENTRUNTIME_API GetExecutionFlowSnapshotResult() = default;
28 AWS_BEDROCKAGENTRUNTIME_API GetExecutionFlowSnapshotResult& operator=(
30
32
36 inline const Aws::String& GetCustomerEncryptionKeyArn() const { return m_customerEncryptionKeyArn; }
37 template <typename CustomerEncryptionKeyArnT = Aws::String>
39 m_customerEncryptionKeyArnHasBeenSet = true;
40 m_customerEncryptionKeyArn = std::forward<CustomerEncryptionKeyArnT>(value);
41 }
42 template <typename CustomerEncryptionKeyArnT = Aws::String>
44 SetCustomerEncryptionKeyArn(std::forward<CustomerEncryptionKeyArnT>(value));
45 return *this;
46 }
48
50
57 inline const Aws::String& GetDefinition() const { return m_definition; }
58 template <typename DefinitionT = Aws::String>
59 void SetDefinition(DefinitionT&& value) {
60 m_definitionHasBeenSet = true;
61 m_definition = std::forward<DefinitionT>(value);
62 }
63 template <typename DefinitionT = Aws::String>
65 SetDefinition(std::forward<DefinitionT>(value));
66 return *this;
67 }
69
71
75 inline const Aws::String& GetExecutionRoleArn() const { return m_executionRoleArn; }
76 template <typename ExecutionRoleArnT = Aws::String>
78 m_executionRoleArnHasBeenSet = true;
79 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
80 }
81 template <typename ExecutionRoleArnT = Aws::String>
83 SetExecutionRoleArn(std::forward<ExecutionRoleArnT>(value));
84 return *this;
85 }
87
89
92 inline const Aws::String& GetFlowAliasIdentifier() const { return m_flowAliasIdentifier; }
93 template <typename FlowAliasIdentifierT = Aws::String>
95 m_flowAliasIdentifierHasBeenSet = true;
96 m_flowAliasIdentifier = std::forward<FlowAliasIdentifierT>(value);
97 }
98 template <typename FlowAliasIdentifierT = Aws::String>
100 SetFlowAliasIdentifier(std::forward<FlowAliasIdentifierT>(value));
101 return *this;
102 }
104
106
109 inline const Aws::String& GetFlowIdentifier() const { return m_flowIdentifier; }
110 template <typename FlowIdentifierT = Aws::String>
112 m_flowIdentifierHasBeenSet = true;
113 m_flowIdentifier = std::forward<FlowIdentifierT>(value);
114 }
115 template <typename FlowIdentifierT = Aws::String>
117 SetFlowIdentifier(std::forward<FlowIdentifierT>(value));
118 return *this;
119 }
121
123
126 inline const Aws::String& GetFlowVersion() const { return m_flowVersion; }
127 template <typename FlowVersionT = Aws::String>
129 m_flowVersionHasBeenSet = true;
130 m_flowVersion = std::forward<FlowVersionT>(value);
131 }
132 template <typename FlowVersionT = Aws::String>
134 SetFlowVersion(std::forward<FlowVersionT>(value));
135 return *this;
136 }
138
140
141 inline const Aws::String& GetRequestId() const { return m_requestId; }
142 template <typename RequestIdT = Aws::String>
143 void SetRequestId(RequestIdT&& value) {
144 m_requestIdHasBeenSet = true;
145 m_requestId = std::forward<RequestIdT>(value);
146 }
147 template <typename RequestIdT = Aws::String>
149 SetRequestId(std::forward<RequestIdT>(value));
150 return *this;
151 }
153 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
154
155 private:
156 Aws::String m_customerEncryptionKeyArn;
157
158 Aws::String m_definition;
159
160 Aws::String m_executionRoleArn;
161
162 Aws::String m_flowAliasIdentifier;
163
164 Aws::String m_flowIdentifier;
165
166 Aws::String m_flowVersion;
167
168 Aws::String m_requestId;
169 Aws::Http::HttpResponseCode m_HttpResponseCode;
170 bool m_customerEncryptionKeyArnHasBeenSet = false;
171 bool m_definitionHasBeenSet = false;
172 bool m_executionRoleArnHasBeenSet = false;
173 bool m_flowAliasIdentifierHasBeenSet = false;
174 bool m_flowIdentifierHasBeenSet = false;
175 bool m_flowVersionHasBeenSet = false;
176 bool m_requestIdHasBeenSet = false;
177};
178
179} // namespace Model
180} // namespace BedrockAgentRuntime
181} // namespace Aws
AWS_BEDROCKAGENTRUNTIME_API GetExecutionFlowSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetExecutionFlowSnapshotResult & WithFlowAliasIdentifier(FlowAliasIdentifierT &&value)
GetExecutionFlowSnapshotResult & WithDefinition(DefinitionT &&value)
GetExecutionFlowSnapshotResult & WithFlowIdentifier(FlowIdentifierT &&value)
GetExecutionFlowSnapshotResult & WithFlowVersion(FlowVersionT &&value)
AWS_BEDROCKAGENTRUNTIME_API GetExecutionFlowSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetExecutionFlowSnapshotResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
AWS_BEDROCKAGENTRUNTIME_API GetExecutionFlowSnapshotResult()=default
GetExecutionFlowSnapshotResult & WithCustomerEncryptionKeyArn(CustomerEncryptionKeyArnT &&value)
GetExecutionFlowSnapshotResult & WithRequestId(RequestIdT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue