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/AliasInvocationState.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/bedrock-agent/model/AgentAliasRoutingConfigurationListItem.h>
44 template<
typename AgentAliasIdT = Aws::String>
45 void SetAgentAliasId(AgentAliasIdT&& value) { m_agentAliasIdHasBeenSet =
true; m_agentAliasId = std::forward<AgentAliasIdT>(value); }
46 template<
typename AgentAliasIdT = Aws::String>
56 template<
typename AgentAliasNameT = Aws::String>
57 void SetAgentAliasName(AgentAliasNameT&& value) { m_agentAliasNameHasBeenSet =
true; m_agentAliasName = std::forward<AgentAliasNameT>(value); }
58 template<
typename AgentAliasNameT = Aws::String>
68 template<
typename AgentIdT = Aws::String>
69 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
70 template<
typename AgentIdT = Aws::String>
94 template<
typename DescriptionT = Aws::String>
95 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
96 template<
typename DescriptionT = Aws::String>
106 template<
typename RoutingConfigurationT = Aws::Vector<AgentAliasRoutingConfigurationListItem>>
107 void SetRoutingConfiguration(RoutingConfigurationT&& value) { m_routingConfigurationHasBeenSet =
true; m_routingConfiguration = std::forward<RoutingConfigurationT>(value); }
108 template<
typename RoutingConfigurationT = Aws::Vector<AgentAliasRoutingConfigurationListItem>>
110 template<
typename RoutingConfigurationT = AgentAliasRoutingConfigurationListItem>
116 bool m_agentAliasIdHasBeenSet =
false;
119 bool m_agentAliasNameHasBeenSet =
false;
122 bool m_agentIdHasBeenSet =
false;
125 bool m_aliasInvocationStateHasBeenSet =
false;
128 bool m_descriptionHasBeenSet =
false;
131 bool m_routingConfigurationHasBeenSet =
false;
UpdateAgentAliasRequest & WithAliasInvocationState(AliasInvocationState value)
void SetAliasInvocationState(AliasInvocationState value)
bool AgentIdHasBeenSet() const
void SetAgentId(AgentIdT &&value)
void SetAgentAliasName(AgentAliasNameT &&value)
UpdateAgentAliasRequest & WithDescription(DescriptionT &&value)
UpdateAgentAliasRequest & WithAgentAliasId(AgentAliasIdT &&value)
const Aws::String & GetAgentAliasName() const
AliasInvocationState GetAliasInvocationState() const
AWS_BEDROCKAGENT_API UpdateAgentAliasRequest()=default
bool AgentAliasNameHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetAgentId() const
virtual const char * GetServiceRequestName() const override
UpdateAgentAliasRequest & WithAgentId(AgentIdT &&value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
const Aws::String & GetDescription() const
UpdateAgentAliasRequest & WithRoutingConfiguration(RoutingConfigurationT &&value)
void SetAgentAliasId(AgentAliasIdT &&value)
const Aws::String & GetAgentAliasId() const
bool DescriptionHasBeenSet() const
UpdateAgentAliasRequest & WithAgentAliasName(AgentAliasNameT &&value)
UpdateAgentAliasRequest & AddRoutingConfiguration(RoutingConfigurationT &&value)
bool RoutingConfigurationHasBeenSet() const
void SetRoutingConfiguration(RoutingConfigurationT &&value)
bool AliasInvocationStateHasBeenSet() const
bool AgentAliasIdHasBeenSet() const
const Aws::Vector< AgentAliasRoutingConfigurationListItem > & GetRoutingConfiguration() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector