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/bedrock-agent/model/GuardrailConfiguration.h>
11#include <aws/core/utils/DateTime.h>
49 template<
typename AgentIdT = Aws::String>
50 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
51 template<
typename AgentIdT = Aws::String>
61 template<
typename AgentNameT = Aws::String>
62 void SetAgentName(AgentNameT&& value) { m_agentNameHasBeenSet =
true; m_agentName = std::forward<AgentNameT>(value); }
63 template<
typename AgentNameT = Aws::String>
83 template<
typename DescriptionT = Aws::String>
84 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
85 template<
typename DescriptionT = Aws::String>
95 template<
typename GuardrailConfigurationT = GuardrailConfiguration>
96 void SetGuardrailConfiguration(GuardrailConfigurationT&& value) { m_guardrailConfigurationHasBeenSet =
true; m_guardrailConfiguration = std::forward<GuardrailConfigurationT>(value); }
97 template<
typename GuardrailConfigurationT = GuardrailConfiguration>
107 template<
typename LatestAgentVersionT = Aws::String>
108 void SetLatestAgentVersion(LatestAgentVersionT&& value) { m_latestAgentVersionHasBeenSet =
true; m_latestAgentVersion = std::forward<LatestAgentVersionT>(value); }
109 template<
typename LatestAgentVersionT = Aws::String>
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_agentIdHasBeenSet =
false;
130 bool m_agentNameHasBeenSet =
false;
133 bool m_agentStatusHasBeenSet =
false;
136 bool m_descriptionHasBeenSet =
false;
138 GuardrailConfiguration m_guardrailConfiguration;
139 bool m_guardrailConfigurationHasBeenSet =
false;
142 bool m_latestAgentVersionHasBeenSet =
false;
145 bool m_updatedAtHasBeenSet =
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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue