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 AgentIdT = Aws::String>
45 m_agentIdHasBeenSet =
true;
46 m_agentId = std::forward<AgentIdT>(value);
48 template <
typename AgentIdT = Aws::String>
61 template <
typename AgentNameT = Aws::String>
63 m_agentNameHasBeenSet =
true;
64 m_agentName = std::forward<AgentNameT>(value);
66 template <
typename AgentNameT = Aws::String>
80 m_agentStatusHasBeenSet =
true;
81 m_agentStatus = value;
95 template <
typename DescriptionT = Aws::String>
97 m_descriptionHasBeenSet =
true;
98 m_description = std::forward<DescriptionT>(value);
100 template <
typename DescriptionT = Aws::String>
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 LatestAgentVersionT = Aws::String>
133 m_latestAgentVersionHasBeenSet =
true;
134 m_latestAgentVersion = std::forward<LatestAgentVersionT>(value);
136 template <
typename LatestAgentVersionT = 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_agentIdHasBeenSet =
false;
175 bool m_agentNameHasBeenSet =
false;
176 bool m_agentStatusHasBeenSet =
false;
177 bool m_descriptionHasBeenSet =
false;
178 bool m_updatedAtHasBeenSet =
false;
179 bool m_latestAgentVersionHasBeenSet =
false;
180 bool m_guardrailConfigurationHasBeenSet =
false;
const Aws::String & GetAgentId() const
AgentSummary & WithAgentStatus(AgentStatus value)
bool UpdatedAtHasBeenSet() const
void SetLatestAgentVersion(LatestAgentVersionT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetAgentName() const
const Aws::Utils::DateTime & GetUpdatedAt() const
AgentSummary & WithDescription(DescriptionT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAgentStatus(AgentStatus value)
bool AgentNameHasBeenSet() const
void SetAgentName(AgentNameT &&value)
bool AgentIdHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
AWS_BEDROCKAGENT_API AgentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LatestAgentVersionHasBeenSet() const
AgentSummary & WithUpdatedAt(UpdatedAtT &&value)
void SetGuardrailConfiguration(GuardrailConfigurationT &&value)
bool GuardrailConfigurationHasBeenSet() const
AgentStatus GetAgentStatus() const
AgentSummary & WithLatestAgentVersion(LatestAgentVersionT &&value)
AgentSummary & WithGuardrailConfiguration(GuardrailConfigurationT &&value)
bool AgentStatusHasBeenSet() const
AgentSummary & WithAgentName(AgentNameT &&value)
AWS_BEDROCKAGENT_API AgentSummary()=default
AWS_BEDROCKAGENT_API AgentSummary(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
const Aws::String & GetLatestAgentVersion() const
const GuardrailConfiguration & GetGuardrailConfiguration() const
void SetDescription(DescriptionT &&value)
void SetAgentId(AgentIdT &&value)
AgentSummary & WithAgentId(AgentIdT &&value)
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