7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/AgentStatus.h>
9#include <aws/bedrock-agent/model/GuardrailConfiguration.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
22namespace BedrockAgent {
43 template <
typename AgentNameT = Aws::String>
45 m_agentNameHasBeenSet =
true;
46 m_agentName = std::forward<AgentNameT>(value);
48 template <
typename AgentNameT = Aws::String>
62 m_agentStatusHasBeenSet =
true;
63 m_agentStatus = value;
77 template <
typename AgentVersionT = Aws::String>
79 m_agentVersionHasBeenSet =
true;
80 m_agentVersion = std::forward<AgentVersionT>(value);
82 template <
typename AgentVersionT = Aws::String>
95 template <
typename CreatedAtT = Aws::Utils::DateTime>
97 m_createdAtHasBeenSet =
true;
98 m_createdAt = std::forward<CreatedAtT>(value);
100 template <
typename CreatedAtT = Aws::Utils::DateTime>
113 template <
typename UpdatedAtT = Aws::Utils::DateTime>
115 m_updatedAtHasBeenSet =
true;
116 m_updatedAt = std::forward<UpdatedAtT>(value);
118 template <
typename UpdatedAtT = Aws::Utils::DateTime>
131 template <
typename DescriptionT = Aws::String>
133 m_descriptionHasBeenSet =
true;
134 m_description = std::forward<DescriptionT>(value);
136 template <
typename DescriptionT = Aws::String>
149 template <
typename GuardrailConfigurationT = GuardrailConfiguration>
151 m_guardrailConfigurationHasBeenSet =
true;
152 m_guardrailConfiguration = std::forward<GuardrailConfigurationT>(value);
154 template <
typename GuardrailConfigurationT = GuardrailConfiguration>
173 GuardrailConfiguration m_guardrailConfiguration;
174 bool m_agentNameHasBeenSet =
false;
175 bool m_agentStatusHasBeenSet =
false;
176 bool m_agentVersionHasBeenSet =
false;
177 bool m_createdAtHasBeenSet =
false;
178 bool m_updatedAtHasBeenSet =
false;
179 bool m_descriptionHasBeenSet =
false;
180 bool m_guardrailConfigurationHasBeenSet =
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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue