7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/AgentAliasRoutingConfigurationListItem.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/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
24namespace BedrockAgent {
45 template <
typename AgentAliasIdT = Aws::String>
47 m_agentAliasIdHasBeenSet =
true;
48 m_agentAliasId = std::forward<AgentAliasIdT>(value);
50 template <
typename AgentAliasIdT = Aws::String>
63 template <
typename AgentAliasNameT = Aws::String>
65 m_agentAliasNameHasBeenSet =
true;
66 m_agentAliasName = std::forward<AgentAliasNameT>(value);
68 template <
typename AgentAliasNameT = Aws::String>
81 template <
typename DescriptionT = Aws::String>
83 m_descriptionHasBeenSet =
true;
84 m_description = std::forward<DescriptionT>(value);
86 template <
typename DescriptionT = Aws::String>
100 template <
typename RoutingConfigurationT = Aws::Vector<AgentAliasRoutingConfigurationListItem>>
102 m_routingConfigurationHasBeenSet =
true;
103 m_routingConfiguration = std::forward<RoutingConfigurationT>(value);
105 template <
typename RoutingConfigurationT = Aws::Vector<AgentAliasRoutingConfigurationListItem>>
110 template <
typename RoutingConfigurationT = AgentAliasRoutingConfigurationListItem>
112 m_routingConfigurationHasBeenSet =
true;
113 m_routingConfiguration.emplace_back(std::forward<RoutingConfigurationT>(value));
125 m_agentAliasStatusHasBeenSet =
true;
126 m_agentAliasStatus = value;
140 template <
typename CreatedAtT = Aws::Utils::DateTime>
142 m_createdAtHasBeenSet =
true;
143 m_createdAt = std::forward<CreatedAtT>(value);
145 template <
typename CreatedAtT = Aws::Utils::DateTime>
158 template <
typename UpdatedAtT = Aws::Utils::DateTime>
160 m_updatedAtHasBeenSet =
true;
161 m_updatedAt = std::forward<UpdatedAtT>(value);
163 template <
typename UpdatedAtT = Aws::Utils::DateTime>
180 m_aliasInvocationStateHasBeenSet =
true;
181 m_aliasInvocationState = value;
204 bool m_agentAliasIdHasBeenSet =
false;
205 bool m_agentAliasNameHasBeenSet =
false;
206 bool m_descriptionHasBeenSet =
false;
207 bool m_routingConfigurationHasBeenSet =
false;
208 bool m_agentAliasStatusHasBeenSet =
false;
209 bool m_createdAtHasBeenSet =
false;
210 bool m_updatedAtHasBeenSet =
false;
211 bool m_aliasInvocationStateHasBeenSet =
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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue