7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/AgentAliasStatus.h>
10#include <aws/bedrock-agent/model/AliasInvocationState.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/bedrock-agent/model/AgentAliasRoutingConfigurationListItem.h>
51 template<
typename AgentAliasIdT = Aws::String>
52 void SetAgentAliasId(AgentAliasIdT&& value) { m_agentAliasIdHasBeenSet =
true; m_agentAliasId = std::forward<AgentAliasIdT>(value); }
53 template<
typename AgentAliasIdT = Aws::String>
63 template<
typename AgentAliasNameT = Aws::String>
64 void SetAgentAliasName(AgentAliasNameT&& value) { m_agentAliasNameHasBeenSet =
true; m_agentAliasName = std::forward<AgentAliasNameT>(value); }
65 template<
typename AgentAliasNameT = Aws::String>
98 template<
typename CreatedAtT = Aws::Utils::DateTime>
99 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
100 template<
typename CreatedAtT = Aws::Utils::DateTime>
110 template<
typename DescriptionT = Aws::String>
111 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
112 template<
typename DescriptionT = Aws::String>
123 template<
typename RoutingConfigurationT = Aws::Vector<AgentAliasRoutingConfigurationListItem>>
124 void SetRoutingConfiguration(RoutingConfigurationT&& value) { m_routingConfigurationHasBeenSet =
true; m_routingConfiguration = std::forward<RoutingConfigurationT>(value); }
125 template<
typename RoutingConfigurationT = Aws::Vector<AgentAliasRoutingConfigurationListItem>>
127 template<
typename RoutingConfigurationT = AgentAliasRoutingConfigurationListItem>
128 AgentAliasSummary&
AddRoutingConfiguration(RoutingConfigurationT&& value) { m_routingConfigurationHasBeenSet =
true; m_routingConfiguration.emplace_back(std::forward<RoutingConfigurationT>(value));
return *
this; }
137 template<
typename UpdatedAtT = Aws::Utils::DateTime>
138 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
139 template<
typename UpdatedAtT = Aws::Utils::DateTime>
145 bool m_agentAliasIdHasBeenSet =
false;
148 bool m_agentAliasNameHasBeenSet =
false;
151 bool m_agentAliasStatusHasBeenSet =
false;
154 bool m_aliasInvocationStateHasBeenSet =
false;
157 bool m_createdAtHasBeenSet =
false;
160 bool m_descriptionHasBeenSet =
false;
163 bool m_routingConfigurationHasBeenSet =
false;
166 bool m_updatedAtHasBeenSet =
false;
bool DescriptionHasBeenSet() const
bool RoutingConfigurationHasBeenSet() const
bool UpdatedAtHasBeenSet() const
void SetAgentAliasStatus(AgentAliasStatus value)
bool CreatedAtHasBeenSet() const
bool AgentAliasStatusHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetAgentAliasName() const
AgentAliasSummary & AddRoutingConfiguration(RoutingConfigurationT &&value)
const Aws::Vector< AgentAliasRoutingConfigurationListItem > & GetRoutingConfiguration() const
bool AgentAliasNameHasBeenSet() const
AgentAliasSummary & WithDescription(DescriptionT &&value)
AWS_BEDROCKAGENT_API AgentAliasSummary()=default
void SetDescription(DescriptionT &&value)
AgentAliasSummary & WithAgentAliasName(AgentAliasNameT &&value)
void SetAliasInvocationState(AliasInvocationState value)
AgentAliasStatus GetAgentAliasStatus() const
AgentAliasSummary & WithAgentAliasStatus(AgentAliasStatus value)
bool AliasInvocationStateHasBeenSet() const
const Aws::String & GetDescription() const
void SetUpdatedAt(UpdatedAtT &&value)
AWS_BEDROCKAGENT_API AgentAliasSummary(Aws::Utils::Json::JsonView jsonValue)
void SetRoutingConfiguration(RoutingConfigurationT &&value)
void SetAgentAliasId(AgentAliasIdT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool AgentAliasIdHasBeenSet() const
AliasInvocationState GetAliasInvocationState() const
AgentAliasSummary & WithRoutingConfiguration(RoutingConfigurationT &&value)
AgentAliasSummary & WithAliasInvocationState(AliasInvocationState value)
const Aws::Utils::DateTime & GetUpdatedAt() const
AgentAliasSummary & WithUpdatedAt(UpdatedAtT &&value)
AgentAliasSummary & WithAgentAliasId(AgentAliasIdT &&value)
AgentAliasSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetAgentAliasId() const
AWS_BEDROCKAGENT_API AgentAliasSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAgentAliasName(AgentAliasNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue