7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/AgentStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/bedrock-agent/model/GuardrailConfiguration.h>
51 inline void SetAgentName(
const char* value) { m_agentNameHasBeenSet =
true; m_agentName.assign(value); }
77 inline void SetAgentVersion(
const char* value) { m_agentVersionHasBeenSet =
true; m_agentVersion.assign(value); }
103 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
135 bool m_agentNameHasBeenSet =
false;
138 bool m_agentStatusHasBeenSet =
false;
141 bool m_agentVersionHasBeenSet =
false;
144 bool m_createdAtHasBeenSet =
false;
147 bool m_descriptionHasBeenSet =
false;
150 bool m_guardrailConfigurationHasBeenSet =
false;
153 bool m_updatedAtHasBeenSet =
false;
AgentVersionSummary & WithAgentStatus(const AgentStatus &value)
void SetUpdatedAt(const Aws::Utils::DateTime &value)
AgentVersionSummary & WithDescription(const Aws::String &value)
const Aws::String & GetAgentVersion() const
const GuardrailConfiguration & GetGuardrailConfiguration() const
void SetAgentName(Aws::String &&value)
const Aws::String & GetDescription() const
void SetUpdatedAt(Aws::Utils::DateTime &&value)
void SetAgentVersion(Aws::String &&value)
AWS_BEDROCKAGENT_API AgentVersionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AgentVersionSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetAgentStatus(const AgentStatus &value)
bool AgentStatusHasBeenSet() const
bool GuardrailConfigurationHasBeenSet() const
AgentVersionSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
void SetDescription(const Aws::String &value)
const Aws::String & GetAgentName() const
void SetAgentName(const Aws::String &value)
AgentVersionSummary & WithAgentStatus(AgentStatus &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetAgentName(const char *value)
AgentVersionSummary & WithAgentName(const Aws::String &value)
void SetAgentStatus(AgentStatus &&value)
AgentVersionSummary & WithAgentVersion(Aws::String &&value)
AgentVersionSummary & WithAgentVersion(const Aws::String &value)
void SetGuardrailConfiguration(GuardrailConfiguration &&value)
bool UpdatedAtHasBeenSet() const
void SetGuardrailConfiguration(const GuardrailConfiguration &value)
AgentVersionSummary & WithDescription(const char *value)
AgentVersionSummary & WithUpdatedAt(Aws::Utils::DateTime &&value)
void SetDescription(Aws::String &&value)
AgentVersionSummary & WithAgentVersion(const char *value)
const AgentStatus & GetAgentStatus() const
AgentVersionSummary & WithUpdatedAt(const Aws::Utils::DateTime &value)
AWS_BEDROCKAGENT_API AgentVersionSummary(Aws::Utils::Json::JsonView jsonValue)
bool AgentNameHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetDescription(const char *value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
AgentVersionSummary & WithAgentName(Aws::String &&value)
AgentVersionSummary & WithAgentName(const char *value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAgentVersion(const Aws::String &value)
AWS_BEDROCKAGENT_API AgentVersionSummary()
void SetAgentVersion(const char *value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool CreatedAtHasBeenSet() const
AgentVersionSummary & WithGuardrailConfiguration(GuardrailConfiguration &&value)
AgentVersionSummary & WithDescription(Aws::String &&value)
AgentVersionSummary & WithGuardrailConfiguration(const GuardrailConfiguration &value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
bool AgentVersionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue