7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock-agent/model/FlowAliasConcurrencyConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/bedrock-agent/model/FlowAliasRoutingConfigurationListItem.h>
44 template<
typename AliasIdentifierT = Aws::String>
45 void SetAliasIdentifier(AliasIdentifierT&& value) { m_aliasIdentifierHasBeenSet =
true; m_aliasIdentifier = std::forward<AliasIdentifierT>(value); }
46 template<
typename AliasIdentifierT = Aws::String>
57 template<
typename ConcurrencyConfigurationT = FlowAliasConcurrencyConfiguration>
58 void SetConcurrencyConfiguration(ConcurrencyConfigurationT&& value) { m_concurrencyConfigurationHasBeenSet =
true; m_concurrencyConfiguration = std::forward<ConcurrencyConfigurationT>(value); }
59 template<
typename ConcurrencyConfigurationT = FlowAliasConcurrencyConfiguration>
69 template<
typename DescriptionT = Aws::String>
70 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
71 template<
typename DescriptionT = Aws::String>
81 template<
typename FlowIdentifierT = Aws::String>
82 void SetFlowIdentifier(FlowIdentifierT&& value) { m_flowIdentifierHasBeenSet =
true; m_flowIdentifier = std::forward<FlowIdentifierT>(value); }
83 template<
typename FlowIdentifierT = Aws::String>
93 template<
typename NameT = Aws::String>
94 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
95 template<
typename NameT = Aws::String>
105 template<
typename RoutingConfigurationT = Aws::Vector<FlowAliasRoutingConfigurationListItem>>
106 void SetRoutingConfiguration(RoutingConfigurationT&& value) { m_routingConfigurationHasBeenSet =
true; m_routingConfiguration = std::forward<RoutingConfigurationT>(value); }
107 template<
typename RoutingConfigurationT = Aws::Vector<FlowAliasRoutingConfigurationListItem>>
109 template<
typename RoutingConfigurationT = FlowAliasRoutingConfigurationListItem>
115 bool m_aliasIdentifierHasBeenSet =
false;
118 bool m_concurrencyConfigurationHasBeenSet =
false;
121 bool m_descriptionHasBeenSet =
false;
124 bool m_flowIdentifierHasBeenSet =
false;
127 bool m_nameHasBeenSet =
false;
130 bool m_routingConfigurationHasBeenSet =
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