7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/BedrockAgentRuntimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace BedrockAgentRuntime
41 template<
typename ExecutionIdentifierT = Aws::String>
42 void SetExecutionIdentifier(ExecutionIdentifierT&& value) { m_executionIdentifierHasBeenSet =
true; m_executionIdentifier = std::forward<ExecutionIdentifierT>(value); }
43 template<
typename ExecutionIdentifierT = Aws::String>
53 template<
typename FlowAliasIdentifierT = Aws::String>
54 void SetFlowAliasIdentifier(FlowAliasIdentifierT&& value) { m_flowAliasIdentifierHasBeenSet =
true; m_flowAliasIdentifier = std::forward<FlowAliasIdentifierT>(value); }
55 template<
typename FlowAliasIdentifierT = Aws::String>
65 template<
typename FlowIdentifierT = Aws::String>
66 void SetFlowIdentifier(FlowIdentifierT&& value) { m_flowIdentifierHasBeenSet =
true; m_flowIdentifier = std::forward<FlowIdentifierT>(value); }
67 template<
typename FlowIdentifierT = Aws::String>
73 bool m_executionIdentifierHasBeenSet =
false;
76 bool m_flowAliasIdentifierHasBeenSet =
false;
79 bool m_flowIdentifierHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
GetExecutionFlowSnapshotRequest & WithFlowIdentifier(FlowIdentifierT &&value)
const Aws::String & GetFlowIdentifier() const
GetExecutionFlowSnapshotRequest & WithExecutionIdentifier(ExecutionIdentifierT &&value)
bool ExecutionIdentifierHasBeenSet() const
bool FlowIdentifierHasBeenSet() const
void SetExecutionIdentifier(ExecutionIdentifierT &&value)
GetExecutionFlowSnapshotRequest & WithFlowAliasIdentifier(FlowAliasIdentifierT &&value)
const Aws::String & GetFlowAliasIdentifier() const
AWS_BEDROCKAGENTRUNTIME_API GetExecutionFlowSnapshotRequest()=default
void SetFlowIdentifier(FlowIdentifierT &&value)
bool FlowAliasIdentifierHasBeenSet() const
const Aws::String & GetExecutionIdentifier() const
void SetFlowAliasIdentifier(FlowAliasIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String