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>
49 template<
typename AgentNameT = Aws::String>
50 void SetAgentName(AgentNameT&& value) { m_agentNameHasBeenSet =
true; m_agentName = std::forward<AgentNameT>(value); }
51 template<
typename AgentNameT = Aws::String>
71 template<
typename AgentVersionT = Aws::String>
72 void SetAgentVersion(AgentVersionT&& value) { m_agentVersionHasBeenSet =
true; m_agentVersion = std::forward<AgentVersionT>(value); }
73 template<
typename AgentVersionT = Aws::String>
83 template<
typename CreatedAtT = Aws::Utils::DateTime>
84 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
85 template<
typename CreatedAtT = Aws::Utils::DateTime>
95 template<
typename DescriptionT = Aws::String>
96 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
97 template<
typename DescriptionT = Aws::String>
107 template<
typename GuardrailConfigurationT = GuardrailConfiguration>
108 void SetGuardrailConfiguration(GuardrailConfigurationT&& value) { m_guardrailConfigurationHasBeenSet =
true; m_guardrailConfiguration = std::forward<GuardrailConfigurationT>(value); }
109 template<
typename GuardrailConfigurationT = GuardrailConfiguration>
119 template<
typename UpdatedAtT = Aws::Utils::DateTime>
120 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
121 template<
typename UpdatedAtT = Aws::Utils::DateTime>
127 bool m_agentNameHasBeenSet =
false;
130 bool m_agentStatusHasBeenSet =
false;
133 bool m_agentVersionHasBeenSet =
false;
136 bool m_createdAtHasBeenSet =
false;
139 bool m_descriptionHasBeenSet =
false;
141 GuardrailConfiguration m_guardrailConfiguration;
142 bool m_guardrailConfigurationHasBeenSet =
false;
145 bool m_updatedAtHasBeenSet =
false;
AgentVersionSummary & WithCreatedAt(CreatedAtT &&value)
AgentVersionSummary & WithGuardrailConfiguration(GuardrailConfigurationT &&value)
const Aws::String & GetAgentVersion() const
void SetAgentName(AgentNameT &&value)
const GuardrailConfiguration & GetGuardrailConfiguration() const
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetDescription() const
AWS_BEDROCKAGENT_API AgentVersionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AgentStatusHasBeenSet() const
void SetDescription(DescriptionT &&value)
AgentVersionSummary & WithDescription(DescriptionT &&value)
bool GuardrailConfigurationHasBeenSet() const
AWS_BEDROCKAGENT_API AgentVersionSummary()=default
const Aws::String & GetAgentName() const
void SetGuardrailConfiguration(GuardrailConfigurationT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
AgentVersionSummary & WithAgentVersion(AgentVersionT &&value)
bool UpdatedAtHasBeenSet() const
void SetAgentVersion(AgentVersionT &&value)
void SetAgentStatus(AgentStatus value)
void SetCreatedAt(CreatedAtT &&value)
AgentVersionSummary & WithAgentName(AgentNameT &&value)
AWS_BEDROCKAGENT_API AgentVersionSummary(Aws::Utils::Json::JsonView jsonValue)
bool AgentNameHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AgentStatus GetAgentStatus() const
AgentVersionSummary & WithUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool CreatedAtHasBeenSet() const
AgentVersionSummary & WithAgentStatus(AgentStatus value)
bool AgentVersionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue