AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
GetExecutionFlowSnapshotResult.h
1
6#pragma once
7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace BedrockAgentRuntime
24{
25namespace Model
26{
28 {
29 public:
30 AWS_BEDROCKAGENTRUNTIME_API GetExecutionFlowSnapshotResult() = default;
33
34
36
40 inline const Aws::String& GetCustomerEncryptionKeyArn() const { return m_customerEncryptionKeyArn; }
41 template<typename CustomerEncryptionKeyArnT = Aws::String>
42 void SetCustomerEncryptionKeyArn(CustomerEncryptionKeyArnT&& value) { m_customerEncryptionKeyArnHasBeenSet = true; m_customerEncryptionKeyArn = std::forward<CustomerEncryptionKeyArnT>(value); }
43 template<typename CustomerEncryptionKeyArnT = Aws::String>
44 GetExecutionFlowSnapshotResult& WithCustomerEncryptionKeyArn(CustomerEncryptionKeyArnT&& value) { SetCustomerEncryptionKeyArn(std::forward<CustomerEncryptionKeyArnT>(value)); return *this;}
46
48
55 inline const Aws::String& GetDefinition() const { return m_definition; }
56 template<typename DefinitionT = Aws::String>
57 void SetDefinition(DefinitionT&& value) { m_definitionHasBeenSet = true; m_definition = std::forward<DefinitionT>(value); }
58 template<typename DefinitionT = Aws::String>
59 GetExecutionFlowSnapshotResult& WithDefinition(DefinitionT&& value) { SetDefinition(std::forward<DefinitionT>(value)); return *this;}
61
63
67 inline const Aws::String& GetExecutionRoleArn() const { return m_executionRoleArn; }
68 template<typename ExecutionRoleArnT = Aws::String>
69 void SetExecutionRoleArn(ExecutionRoleArnT&& value) { m_executionRoleArnHasBeenSet = true; m_executionRoleArn = std::forward<ExecutionRoleArnT>(value); }
70 template<typename ExecutionRoleArnT = Aws::String>
71 GetExecutionFlowSnapshotResult& WithExecutionRoleArn(ExecutionRoleArnT&& value) { SetExecutionRoleArn(std::forward<ExecutionRoleArnT>(value)); return *this;}
73
75
78 inline const Aws::String& GetFlowAliasIdentifier() const { return m_flowAliasIdentifier; }
79 template<typename FlowAliasIdentifierT = Aws::String>
80 void SetFlowAliasIdentifier(FlowAliasIdentifierT&& value) { m_flowAliasIdentifierHasBeenSet = true; m_flowAliasIdentifier = std::forward<FlowAliasIdentifierT>(value); }
81 template<typename FlowAliasIdentifierT = Aws::String>
82 GetExecutionFlowSnapshotResult& WithFlowAliasIdentifier(FlowAliasIdentifierT&& value) { SetFlowAliasIdentifier(std::forward<FlowAliasIdentifierT>(value)); return *this;}
84
86
89 inline const Aws::String& GetFlowIdentifier() const { return m_flowIdentifier; }
90 template<typename FlowIdentifierT = Aws::String>
91 void SetFlowIdentifier(FlowIdentifierT&& value) { m_flowIdentifierHasBeenSet = true; m_flowIdentifier = std::forward<FlowIdentifierT>(value); }
92 template<typename FlowIdentifierT = Aws::String>
93 GetExecutionFlowSnapshotResult& WithFlowIdentifier(FlowIdentifierT&& value) { SetFlowIdentifier(std::forward<FlowIdentifierT>(value)); return *this;}
95
97
100 inline const Aws::String& GetFlowVersion() const { return m_flowVersion; }
101 template<typename FlowVersionT = Aws::String>
102 void SetFlowVersion(FlowVersionT&& value) { m_flowVersionHasBeenSet = true; m_flowVersion = std::forward<FlowVersionT>(value); }
103 template<typename FlowVersionT = Aws::String>
104 GetExecutionFlowSnapshotResult& WithFlowVersion(FlowVersionT&& value) { SetFlowVersion(std::forward<FlowVersionT>(value)); return *this;}
106
108
109 inline const Aws::String& GetRequestId() const { return m_requestId; }
110 template<typename RequestIdT = Aws::String>
111 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
112 template<typename RequestIdT = Aws::String>
113 GetExecutionFlowSnapshotResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
115 private:
116
117 Aws::String m_customerEncryptionKeyArn;
118 bool m_customerEncryptionKeyArnHasBeenSet = false;
119
120 Aws::String m_definition;
121 bool m_definitionHasBeenSet = false;
122
123 Aws::String m_executionRoleArn;
124 bool m_executionRoleArnHasBeenSet = false;
125
126 Aws::String m_flowAliasIdentifier;
127 bool m_flowAliasIdentifierHasBeenSet = false;
128
129 Aws::String m_flowIdentifier;
130 bool m_flowIdentifierHasBeenSet = false;
131
132 Aws::String m_flowVersion;
133 bool m_flowVersionHasBeenSet = false;
134
135 Aws::String m_requestId;
136 bool m_requestIdHasBeenSet = false;
137 };
138
139} // namespace Model
140} // namespace BedrockAgentRuntime
141} // 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue