7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/bedrock-agent/model/AgentAliasStatus.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/bedrock-agent/model/AgentAliasHistoryEvent.h>
13#include <aws/bedrock-agent/model/AgentAliasRoutingConfigurationListItem.h>
53 inline void SetAgentAliasArn(
const char* value) { m_agentAliasArnHasBeenSet =
true; m_agentAliasArn.assign(value); }
81 inline void SetAgentAliasId(
const char* value) { m_agentAliasIdHasBeenSet =
true; m_agentAliasId.assign(value); }
95 inline void SetAgentAliasName(
const char* value) { m_agentAliasNameHasBeenSet =
true; m_agentAliasName.assign(value); }
127 inline void SetAgentId(
const char* value) { m_agentIdHasBeenSet =
true; m_agentId.assign(value); }
145 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
171 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
221 bool m_agentAliasArnHasBeenSet =
false;
224 bool m_agentAliasHistoryEventsHasBeenSet =
false;
227 bool m_agentAliasIdHasBeenSet =
false;
230 bool m_agentAliasNameHasBeenSet =
false;
233 bool m_agentAliasStatusHasBeenSet =
false;
236 bool m_agentIdHasBeenSet =
false;
239 bool m_clientTokenHasBeenSet =
false;
242 bool m_createdAtHasBeenSet =
false;
245 bool m_descriptionHasBeenSet =
false;
248 bool m_failureReasonsHasBeenSet =
false;
251 bool m_routingConfigurationHasBeenSet =
false;
254 bool m_updatedAtHasBeenSet =
false;
AgentAlias & AddRoutingConfiguration(AgentAliasRoutingConfigurationListItem &&value)
AgentAlias & WithAgentAliasStatus(AgentAliasStatus &&value)
void SetRoutingConfiguration(Aws::Vector< AgentAliasRoutingConfigurationListItem > &&value)
AgentAlias & WithAgentId(const Aws::String &value)
void SetAgentAliasId(const Aws::String &value)
void SetAgentAliasHistoryEvents(const Aws::Vector< AgentAliasHistoryEvent > &value)
AgentAlias & WithFailureReasons(Aws::Vector< Aws::String > &&value)
void SetAgentAliasStatus(AgentAliasStatus &&value)
AgentAlias & WithUpdatedAt(const Aws::Utils::DateTime &value)
void SetUpdatedAt(const Aws::Utils::DateTime &value)
AgentAlias & WithUpdatedAt(Aws::Utils::DateTime &&value)
const Aws::Vector< AgentAliasRoutingConfigurationListItem > & GetRoutingConfiguration() const
AgentAlias & WithAgentAliasId(const Aws::String &value)
void SetClientToken(const Aws::String &value)
void SetRoutingConfiguration(const Aws::Vector< AgentAliasRoutingConfigurationListItem > &value)
AgentAlias & WithAgentAliasHistoryEvents(const Aws::Vector< AgentAliasHistoryEvent > &value)
void SetFailureReasons(const Aws::Vector< Aws::String > &value)
void SetFailureReasons(Aws::Vector< Aws::String > &&value)
AgentAlias & AddFailureReasons(const Aws::String &value)
AgentAlias & WithAgentId(Aws::String &&value)
void SetAgentId(const Aws::String &value)
AgentAlias & WithDescription(const char *value)
void SetAgentAliasName(Aws::String &&value)
AgentAlias & WithAgentAliasArn(Aws::String &&value)
const Aws::String & GetAgentAliasName() const
void SetAgentAliasArn(const char *value)
const Aws::String & GetDescription() const
bool AgentAliasArnHasBeenSet() const
void SetAgentAliasId(const char *value)
void SetAgentId(Aws::String &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetDescription(const Aws::String &value)
bool AgentAliasHistoryEventsHasBeenSet() const
AgentAlias & WithAgentAliasName(const Aws::String &value)
bool AgentIdHasBeenSet() const
void SetAgentAliasArn(Aws::String &&value)
AWS_BEDROCKAGENT_API AgentAlias()
AgentAlias & WithAgentAliasStatus(const AgentAliasStatus &value)
bool DescriptionHasBeenSet() const
AgentAlias & WithAgentAliasArn(const Aws::String &value)
bool AgentAliasIdHasBeenSet() const
bool AgentAliasNameHasBeenSet() const
bool RoutingConfigurationHasBeenSet() const
AgentAlias & WithClientToken(const Aws::String &value)
void SetAgentId(const char *value)
AgentAlias & WithFailureReasons(const Aws::Vector< Aws::String > &value)
bool CreatedAtHasBeenSet() const
AgentAlias & WithCreatedAt(Aws::Utils::DateTime &&value)
void SetAgentAliasStatus(const AgentAliasStatus &value)
void SetDescription(const char *value)
bool AgentAliasStatusHasBeenSet() const
const Aws::String & GetAgentId() const
const Aws::String & GetAgentAliasArn() const
void SetUpdatedAt(Aws::Utils::DateTime &&value)
AgentAlias & AddRoutingConfiguration(const AgentAliasRoutingConfigurationListItem &value)
void SetAgentAliasId(Aws::String &&value)
const Aws::Vector< Aws::String > & GetFailureReasons() const
AgentAlias & WithAgentAliasName(Aws::String &&value)
void SetAgentAliasHistoryEvents(Aws::Vector< AgentAliasHistoryEvent > &&value)
void SetClientToken(const char *value)
AgentAlias & AddFailureReasons(Aws::String &&value)
AgentAlias & WithRoutingConfiguration(Aws::Vector< AgentAliasRoutingConfigurationListItem > &&value)
AgentAlias & WithAgentId(const char *value)
AgentAlias & WithDescription(const Aws::String &value)
void SetDescription(Aws::String &&value)
void SetAgentAliasName(const Aws::String &value)
const Aws::String & GetClientToken() const
AgentAlias & WithRoutingConfiguration(const Aws::Vector< AgentAliasRoutingConfigurationListItem > &value)
AgentAlias & WithClientToken(const char *value)
AgentAlias & WithAgentAliasId(Aws::String &&value)
AgentAlias & AddAgentAliasHistoryEvents(const AgentAliasHistoryEvent &value)
void SetAgentAliasName(const char *value)
AgentAlias & WithClientToken(Aws::String &&value)
void SetClientToken(Aws::String &&value)
AgentAlias & WithAgentAliasArn(const char *value)
bool ClientTokenHasBeenSet() const
AgentAlias & WithDescription(Aws::String &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
AgentAlias & WithAgentAliasHistoryEvents(Aws::Vector< AgentAliasHistoryEvent > &&value)
const AgentAliasStatus & GetAgentAliasStatus() const
bool UpdatedAtHasBeenSet() const
void SetCreatedAt(const Aws::Utils::DateTime &value)
AgentAlias & AddAgentAliasHistoryEvents(AgentAliasHistoryEvent &&value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
AgentAlias & WithAgentAliasName(const char *value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< AgentAliasHistoryEvent > & GetAgentAliasHistoryEvents() const
const Aws::String & GetAgentAliasId() const
AgentAlias & WithAgentAliasId(const char *value)
AgentAlias & AddFailureReasons(const char *value)
AWS_BEDROCKAGENT_API AgentAlias(Aws::Utils::Json::JsonView jsonValue)
void SetAgentAliasArn(const Aws::String &value)
AWS_BEDROCKAGENT_API AgentAlias & operator=(Aws::Utils::Json::JsonView jsonValue)
AgentAlias & WithCreatedAt(const Aws::Utils::DateTime &value)
bool FailureReasonsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue