7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename FlowIdentifierT = Aws::String>
42 void SetFlowIdentifier(FlowIdentifierT&& value) { m_flowIdentifierHasBeenSet =
true; m_flowIdentifier = std::forward<FlowIdentifierT>(value); }
43 template<
typename FlowIdentifierT = Aws::String>
53 template<
typename FlowVersionT = Aws::String>
54 void SetFlowVersion(FlowVersionT&& value) { m_flowVersionHasBeenSet =
true; m_flowVersion = std::forward<FlowVersionT>(value); }
55 template<
typename FlowVersionT = Aws::String>
61 bool m_flowIdentifierHasBeenSet =
false;
64 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String