7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/BedrockAgentRuntimeRequest.h>
9#include <aws/bedrock-agent-runtime/model/InvokeFlowHandler.h>
10#include <aws/core/utils/event/EventStreamDecoder.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/bedrock-agent-runtime/model/FlowInput.h>
18namespace BedrockAgentRuntime
67 inline void SetFlowAliasIdentifier(
const char* value) { m_flowAliasIdentifierHasBeenSet =
true; m_flowAliasIdentifier.assign(value); }
81 inline void SetFlowIdentifier(
const char* value) { m_flowIdentifierHasBeenSet =
true; m_flowIdentifier.assign(value); }
104 bool m_flowAliasIdentifierHasBeenSet =
false;
107 bool m_flowIdentifierHasBeenSet =
false;
110 bool m_inputsHasBeenSet =
false;
void SetFlowAliasIdentifier(const char *value)
void SetFlowAliasIdentifier(Aws::String &&value)
InvokeFlowRequest & AddInputs(const FlowInput &value)
void SetFlowIdentifier(Aws::String &&value)
InvokeFlowRequest & WithInputs(Aws::Vector< FlowInput > &&value)
void SetFlowAliasIdentifier(const Aws::String &value)
const InvokeFlowHandler & GetEventStreamHandler() const
InvokeFlowRequest & WithFlowAliasIdentifier(const char *value)
void SetInputs(Aws::Vector< FlowInput > &&value)
InvokeFlowRequest & WithInputs(const Aws::Vector< FlowInput > &value)
InvokeFlowRequest & WithFlowIdentifier(const char *value)
const Aws::Vector< FlowInput > & GetInputs() const
AWS_BEDROCKAGENTRUNTIME_API InvokeFlowRequest()
AWS_BEDROCKAGENTRUNTIME_API Aws::String SerializePayload() const override
const Aws::String & GetFlowIdentifier() const
bool FlowIdentifierHasBeenSet() const
InvokeFlowRequest & AddInputs(FlowInput &&value)
InvokeFlowRequest & WithFlowIdentifier(Aws::String &&value)
void SetInputs(const Aws::Vector< FlowInput > &value)
void SetFlowIdentifier(const char *value)
InvokeFlowRequest & WithFlowAliasIdentifier(const Aws::String &value)
const Aws::String & GetFlowAliasIdentifier() const
InvokeFlowRequest & WithFlowAliasIdentifier(Aws::String &&value)
bool FlowAliasIdentifierHasBeenSet() const
Aws::Utils::Event::EventStreamDecoder & GetEventStreamDecoder()
bool InputsHasBeenSet() const
void SetFlowIdentifier(const Aws::String &value)
InvokeFlowRequest & WithFlowIdentifier(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
InvokeFlowRequest & WithEventStreamHandler(const InvokeFlowHandler &value)
void SetEventStreamHandler(const InvokeFlowHandler &value)
void ResetEventStreamHandler(EventStreamHandler *handler)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector