7#include <aws/bedrock-agent/BedrockAgentRequest.h>
8#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
9#include <aws/bedrock-agent/model/FlowAliasConcurrencyConfiguration.h>
10#include <aws/bedrock-agent/model/FlowAliasRoutingConfigurationListItem.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
17namespace BedrockAgent {
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
76 template <
typename RoutingConfigurationT = Aws::Vector<FlowAliasRoutingConfigurationListItem>>
78 m_routingConfigurationHasBeenSet =
true;
79 m_routingConfiguration = std::forward<RoutingConfigurationT>(value);
81 template <
typename RoutingConfigurationT = Aws::Vector<FlowAliasRoutingConfigurationListItem>>
86 template <
typename RoutingConfigurationT = FlowAliasRoutingConfigurationListItem>
88 m_routingConfigurationHasBeenSet =
true;
89 m_routingConfiguration.emplace_back(std::forward<RoutingConfigurationT>(value));
101 template <
typename ConcurrencyConfigurationT = FlowAliasConcurrencyConfiguration>
103 m_concurrencyConfigurationHasBeenSet =
true;
104 m_concurrencyConfiguration = std::forward<ConcurrencyConfigurationT>(value);
106 template <
typename ConcurrencyConfigurationT = FlowAliasConcurrencyConfiguration>
119 template <
typename FlowIdentifierT = Aws::String>
121 m_flowIdentifierHasBeenSet =
true;
122 m_flowIdentifier = std::forward<FlowIdentifierT>(value);
124 template <
typename FlowIdentifierT = Aws::String>
137 template <
typename AliasIdentifierT = Aws::String>
139 m_aliasIdentifierHasBeenSet =
true;
140 m_aliasIdentifier = std::forward<AliasIdentifierT>(value);
142 template <
typename AliasIdentifierT = Aws::String>
160 bool m_nameHasBeenSet =
false;
161 bool m_descriptionHasBeenSet =
false;
162 bool m_routingConfigurationHasBeenSet =
false;
163 bool m_concurrencyConfigurationHasBeenSet =
false;
164 bool m_flowIdentifierHasBeenSet =
false;
165 bool m_aliasIdentifierHasBeenSet =
false;
UpdateFlowAliasRequest & WithDescription(DescriptionT &&value)
const FlowAliasConcurrencyConfiguration & GetConcurrencyConfiguration() const
void SetConcurrencyConfiguration(ConcurrencyConfigurationT &&value)
const Aws::Vector< FlowAliasRoutingConfigurationListItem > & GetRoutingConfiguration() const
virtual const char * GetServiceRequestName() const override
bool AliasIdentifierHasBeenSet() const
AWS_BEDROCKAGENT_API UpdateFlowAliasRequest()=default
UpdateFlowAliasRequest & WithFlowIdentifier(FlowIdentifierT &&value)
bool RoutingConfigurationHasBeenSet() const
void SetRoutingConfiguration(RoutingConfigurationT &&value)
void SetFlowIdentifier(FlowIdentifierT &&value)
const Aws::String & GetFlowIdentifier() const
UpdateFlowAliasRequest & WithAliasIdentifier(AliasIdentifierT &&value)
const Aws::String & GetDescription() const
UpdateFlowAliasRequest & WithConcurrencyConfiguration(ConcurrencyConfigurationT &&value)
UpdateFlowAliasRequest & WithRoutingConfiguration(RoutingConfigurationT &&value)
UpdateFlowAliasRequest & AddRoutingConfiguration(RoutingConfigurationT &&value)
bool DescriptionHasBeenSet() const
void SetAliasIdentifier(AliasIdentifierT &&value)
bool FlowIdentifierHasBeenSet() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
const Aws::String & GetAliasIdentifier() const
bool ConcurrencyConfigurationHasBeenSet() const
UpdateFlowAliasRequest & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector