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>
49 bool m_flowIdentifierHasBeenSet =
false;
void SetFlowIdentifier(FlowIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetFlowIdentifier() const
AWS_BEDROCKAGENT_API PrepareFlowRequest()=default
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
bool FlowIdentifierHasBeenSet() const
PrepareFlowRequest & WithFlowIdentifier(FlowIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String