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/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/bedrock-agent/model/AgentAliasRoutingConfigurationListItem.h>
52 inline void SetAgentAliasId(
const char* value) { m_agentAliasIdHasBeenSet =
true; m_agentAliasId.assign(value); }
66 inline void SetAgentAliasName(
const char* value) { m_agentAliasNameHasBeenSet =
true; m_agentAliasName.assign(value); }
104 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
139 bool m_agentAliasIdHasBeenSet =
false;
142 bool m_agentAliasNameHasBeenSet =
false;
145 bool m_agentAliasStatusHasBeenSet =
false;
148 bool m_createdAtHasBeenSet =
false;
151 bool m_descriptionHasBeenSet =
false;
154 bool m_routingConfigurationHasBeenSet =
false;
157 bool m_updatedAtHasBeenSet =
false;
bool DescriptionHasBeenSet() const
bool RoutingConfigurationHasBeenSet() const
bool UpdatedAtHasBeenSet() const
void SetUpdatedAt(const Aws::Utils::DateTime &value)
bool CreatedAtHasBeenSet() const
AgentAliasSummary & WithAgentAliasName(Aws::String &&value)
bool AgentAliasStatusHasBeenSet() const
void SetAgentAliasName(const Aws::String &value)
AgentAliasSummary & WithAgentAliasStatus(AgentAliasStatus &&value)
AgentAliasSummary & WithAgentAliasStatus(const AgentAliasStatus &value)
void SetAgentAliasName(Aws::String &&value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetDescription(const char *value)
AgentAliasSummary & AddRoutingConfiguration(AgentAliasRoutingConfigurationListItem &&value)
void SetDescription(Aws::String &&value)
const Aws::String & GetAgentAliasName() const
AgentAliasSummary & WithDescription(const Aws::String &value)
AgentAliasSummary & WithDescription(const char *value)
const Aws::Vector< AgentAliasRoutingConfigurationListItem > & GetRoutingConfiguration() const
void SetAgentAliasStatus(AgentAliasStatus &&value)
void SetAgentAliasId(Aws::String &&value)
bool AgentAliasNameHasBeenSet() const
void SetAgentAliasName(const char *value)
void SetUpdatedAt(Aws::Utils::DateTime &&value)
void SetDescription(const Aws::String &value)
const AgentAliasStatus & GetAgentAliasStatus() const
AgentAliasSummary & WithDescription(Aws::String &&value)
AgentAliasSummary & WithAgentAliasId(Aws::String &&value)
void SetAgentAliasId(const Aws::String &value)
AgentAliasSummary & AddRoutingConfiguration(const AgentAliasRoutingConfigurationListItem &value)
AgentAliasSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
void SetAgentAliasId(const char *value)
const Aws::String & GetDescription() const
AWS_BEDROCKAGENT_API AgentAliasSummary()
AgentAliasSummary & WithAgentAliasName(const Aws::String &value)
AgentAliasSummary & WithRoutingConfiguration(Aws::Vector< AgentAliasRoutingConfigurationListItem > &&value)
AgentAliasSummary & WithUpdatedAt(const Aws::Utils::DateTime &value)
AgentAliasSummary & WithRoutingConfiguration(const Aws::Vector< AgentAliasRoutingConfigurationListItem > &value)
AWS_BEDROCKAGENT_API AgentAliasSummary(Aws::Utils::Json::JsonView jsonValue)
void SetRoutingConfiguration(const Aws::Vector< AgentAliasRoutingConfigurationListItem > &value)
AgentAliasSummary & WithAgentAliasName(const char *value)
AgentAliasSummary & WithAgentAliasId(const Aws::String &value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool AgentAliasIdHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetCreatedAt(Aws::Utils::DateTime &&value)
const Aws::String & GetAgentAliasId() const
AWS_BEDROCKAGENT_API AgentAliasSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AgentAliasSummary & WithAgentAliasId(const char *value)
AgentAliasSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetRoutingConfiguration(Aws::Vector< AgentAliasRoutingConfigurationListItem > &&value)
void SetAgentAliasStatus(const AgentAliasStatus &value)
AgentAliasSummary & WithUpdatedAt(Aws::Utils::DateTime &&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