7#include <aws/bedrock-agent/BedrockAgentRequest.h>
8#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace BedrockAgent {
37 template <
typename FlowIdentifierT = Aws::String>
39 m_flowIdentifierHasBeenSet =
true;
40 m_flowIdentifier = std::forward<FlowIdentifierT>(value);
42 template <
typename FlowIdentifierT = Aws::String>
55 template <
typename FlowVersionT = Aws::String>
57 m_flowVersionHasBeenSet =
true;
58 m_flowVersion = std::forward<FlowVersionT>(value);
60 template <
typename FlowVersionT = Aws::String>
70 bool m_flowIdentifierHasBeenSet =
false;
71 bool m_flowVersionHasBeenSet =
false;
GetFlowVersionRequest & WithFlowVersion(FlowVersionT &&value)
const Aws::String & GetFlowVersion() const
const Aws::String & GetFlowIdentifier() const
bool FlowIdentifierHasBeenSet() const
AWS_BEDROCKAGENT_API GetFlowVersionRequest()=default
bool FlowVersionHasBeenSet() const
void SetFlowIdentifier(FlowIdentifierT &&value)
void SetFlowVersion(FlowVersionT &&value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
GetFlowVersionRequest & WithFlowIdentifier(FlowIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String