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>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace BedrockAgentRuntime {
37 template <
typename CustomerEncryptionKeyArnT = Aws::String>
39 m_customerEncryptionKeyArnHasBeenSet =
true;
40 m_customerEncryptionKeyArn = std::forward<CustomerEncryptionKeyArnT>(value);
42 template <
typename CustomerEncryptionKeyArnT = Aws::String>
58 template <
typename DefinitionT = Aws::String>
60 m_definitionHasBeenSet =
true;
61 m_definition = std::forward<DefinitionT>(value);
63 template <
typename DefinitionT = Aws::String>
76 template <
typename ExecutionRoleArnT = Aws::String>
78 m_executionRoleArnHasBeenSet =
true;
79 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
81 template <
typename ExecutionRoleArnT = Aws::String>
93 template <
typename FlowAliasIdentifierT = Aws::String>
95 m_flowAliasIdentifierHasBeenSet =
true;
96 m_flowAliasIdentifier = std::forward<FlowAliasIdentifierT>(value);
98 template <
typename FlowAliasIdentifierT = Aws::String>
110 template <
typename FlowIdentifierT = Aws::String>
112 m_flowIdentifierHasBeenSet =
true;
113 m_flowIdentifier = std::forward<FlowIdentifierT>(value);
115 template <
typename FlowIdentifierT = Aws::String>
127 template <
typename FlowVersionT = Aws::String>
129 m_flowVersionHasBeenSet =
true;
130 m_flowVersion = std::forward<FlowVersionT>(value);
132 template <
typename FlowVersionT = Aws::String>
142 template <
typename RequestIdT = Aws::String>
144 m_requestIdHasBeenSet =
true;
145 m_requestId = std::forward<RequestIdT>(value);
147 template <
typename RequestIdT = Aws::String>
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;
void SetFlowAliasIdentifier(FlowAliasIdentifierT &&value)
const Aws::String & GetExecutionRoleArn() const
void SetFlowVersion(FlowVersionT &&value)
const Aws::String & GetCustomerEncryptionKeyArn() const
const Aws::String & GetFlowAliasIdentifier() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
AWS_BEDROCKAGENTRUNTIME_API GetExecutionFlowSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDefinition() const
GetExecutionFlowSnapshotResult & WithFlowAliasIdentifier(FlowAliasIdentifierT &&value)
GetExecutionFlowSnapshotResult & WithDefinition(DefinitionT &&value)
GetExecutionFlowSnapshotResult & WithFlowIdentifier(FlowIdentifierT &&value)
const Aws::String & GetRequestId() const
GetExecutionFlowSnapshotResult & WithFlowVersion(FlowVersionT &&value)
void SetDefinition(DefinitionT &&value)
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
AWS_BEDROCKAGENTRUNTIME_API GetExecutionFlowSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetExecutionFlowSnapshotResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
void SetFlowIdentifier(FlowIdentifierT &&value)
void SetCustomerEncryptionKeyArn(CustomerEncryptionKeyArnT &&value)
const Aws::String & GetFlowVersion() const
AWS_BEDROCKAGENTRUNTIME_API GetExecutionFlowSnapshotResult()=default
GetExecutionFlowSnapshotResult & WithCustomerEncryptionKeyArn(CustomerEncryptionKeyArnT &&value)
const Aws::String & GetFlowIdentifier() const
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