7#include <aws/bedrock-agent/BedrockAgentRequest.h>
8#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
9#include <aws/bedrock-agent/model/AgentAliasRoutingConfigurationListItem.h>
10#include <aws/bedrock-agent/model/AliasInvocationState.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
17namespace BedrockAgent {
40 template <
typename AgentIdT = Aws::String>
42 m_agentIdHasBeenSet =
true;
43 m_agentId = std::forward<AgentIdT>(value);
45 template <
typename AgentIdT = Aws::String>
58 template <
typename AgentAliasIdT = Aws::String>
60 m_agentAliasIdHasBeenSet =
true;
61 m_agentAliasId = std::forward<AgentAliasIdT>(value);
63 template <
typename AgentAliasIdT = Aws::String>
76 template <
typename AgentAliasNameT = Aws::String>
78 m_agentAliasNameHasBeenSet =
true;
79 m_agentAliasName = std::forward<AgentAliasNameT>(value);
81 template <
typename AgentAliasNameT = Aws::String>
94 template <
typename DescriptionT = Aws::String>
96 m_descriptionHasBeenSet =
true;
97 m_description = std::forward<DescriptionT>(value);
99 template <
typename DescriptionT = Aws::String>
112 template <
typename RoutingConfigurationT = Aws::Vector<AgentAliasRoutingConfigurationListItem>>
114 m_routingConfigurationHasBeenSet =
true;
115 m_routingConfiguration = std::forward<RoutingConfigurationT>(value);
117 template <
typename RoutingConfigurationT = Aws::Vector<AgentAliasRoutingConfigurationListItem>>
122 template <
typename RoutingConfigurationT = AgentAliasRoutingConfigurationListItem>
124 m_routingConfigurationHasBeenSet =
true;
125 m_routingConfiguration.emplace_back(std::forward<RoutingConfigurationT>(value));
141 m_aliasInvocationStateHasBeenSet =
true;
142 m_aliasInvocationState = value;
161 bool m_agentIdHasBeenSet =
false;
162 bool m_agentAliasIdHasBeenSet =
false;
163 bool m_agentAliasNameHasBeenSet =
false;
164 bool m_descriptionHasBeenSet =
false;
165 bool m_routingConfigurationHasBeenSet =
false;
166 bool m_aliasInvocationStateHasBeenSet =
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