7#include <aws/bedrock-agent-runtime/BedrockAgentRuntimeRequest.h>
8#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace BedrockAgentRuntime {
37 template <
typename ExecutionIdentifierT = Aws::String>
39 m_executionIdentifierHasBeenSet =
true;
40 m_executionIdentifier = std::forward<ExecutionIdentifierT>(value);
42 template <
typename ExecutionIdentifierT = Aws::String>
55 template <
typename FlowAliasIdentifierT = Aws::String>
57 m_flowAliasIdentifierHasBeenSet =
true;
58 m_flowAliasIdentifier = std::forward<FlowAliasIdentifierT>(value);
60 template <
typename FlowAliasIdentifierT = Aws::String>
73 template <
typename FlowIdentifierT = Aws::String>
75 m_flowIdentifierHasBeenSet =
true;
76 m_flowIdentifier = std::forward<FlowIdentifierT>(value);
78 template <
typename FlowIdentifierT = Aws::String>
90 bool m_executionIdentifierHasBeenSet =
false;
91 bool m_flowAliasIdentifierHasBeenSet =
false;
92 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String