7#include <aws/bedrock-agent-runtime/BedrockAgentRuntimeRequest.h>
8#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
9#include <aws/bedrock-agent-runtime/model/FlowInput.h>
10#include <aws/bedrock-agent-runtime/model/ModelPerformanceConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
17namespace BedrockAgentRuntime {
40 template <
typename FlowAliasIdentifierT = Aws::String>
42 m_flowAliasIdentifierHasBeenSet =
true;
43 m_flowAliasIdentifier = std::forward<FlowAliasIdentifierT>(value);
45 template <
typename FlowAliasIdentifierT = Aws::String>
59 template <
typename FlowExecutionNameT = Aws::String>
61 m_flowExecutionNameHasBeenSet =
true;
62 m_flowExecutionName = std::forward<FlowExecutionNameT>(value);
64 template <
typename FlowExecutionNameT = Aws::String>
77 template <
typename FlowIdentifierT = Aws::String>
79 m_flowIdentifierHasBeenSet =
true;
80 m_flowIdentifier = std::forward<FlowIdentifierT>(value);
82 template <
typename FlowIdentifierT = Aws::String>
96 template <
typename InputsT = Aws::Vector<FlowInput>>
98 m_inputsHasBeenSet =
true;
99 m_inputs = std::forward<InputsT>(value);
101 template <
typename InputsT = Aws::Vector<FlowInput>>
106 template <
typename InputsT = FlowInput>
108 m_inputsHasBeenSet =
true;
109 m_inputs.emplace_back(std::forward<InputsT>(value));
121 template <
typename ModelPerformanceConfigurationT = ModelPerformanceConfiguration>
123 m_modelPerformanceConfigurationHasBeenSet =
true;
124 m_modelPerformanceConfiguration = std::forward<ModelPerformanceConfigurationT>(value);
126 template <
typename ModelPerformanceConfigurationT = ModelPerformanceConfiguration>
142 bool m_flowAliasIdentifierHasBeenSet =
false;
143 bool m_flowExecutionNameHasBeenSet =
false;
144 bool m_flowIdentifierHasBeenSet =
false;
145 bool m_inputsHasBeenSet =
false;
146 bool m_modelPerformanceConfigurationHasBeenSet =
false;
const ModelPerformanceConfiguration & GetModelPerformanceConfiguration() const
AWS_BEDROCKAGENTRUNTIME_API Aws::String SerializePayload() const override
StartFlowExecutionRequest & WithFlowExecutionName(FlowExecutionNameT &&value)
void SetModelPerformanceConfiguration(ModelPerformanceConfigurationT &&value)
StartFlowExecutionRequest & WithFlowIdentifier(FlowIdentifierT &&value)
const Aws::Vector< FlowInput > & GetInputs() const
void SetFlowIdentifier(FlowIdentifierT &&value)
StartFlowExecutionRequest & AddInputs(InputsT &&value)
void SetFlowAliasIdentifier(FlowAliasIdentifierT &&value)
StartFlowExecutionRequest & WithModelPerformanceConfiguration(ModelPerformanceConfigurationT &&value)
void SetInputs(InputsT &&value)
bool FlowExecutionNameHasBeenSet() const
bool FlowIdentifierHasBeenSet() const
const Aws::String & GetFlowIdentifier() const
StartFlowExecutionRequest & WithInputs(InputsT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetFlowExecutionName() const
void SetFlowExecutionName(FlowExecutionNameT &&value)
StartFlowExecutionRequest & WithFlowAliasIdentifier(FlowAliasIdentifierT &&value)
bool ModelPerformanceConfigurationHasBeenSet() const
bool FlowAliasIdentifierHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API StartFlowExecutionRequest()=default
bool InputsHasBeenSet() const
const Aws::String & GetFlowAliasIdentifier() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector