7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qconnect/model/AIAgentType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/qconnect/model/VisibilityStatus.h>
12#include <aws/qconnect/model/AIAgentConfiguration.h>
13#include <aws/qconnect/model/Origin.h>
14#include <aws/qconnect/model/Status.h>
15#include <aws/core/utils/memory/stl/AWSMap.h>
53 template<
typename NameT = Aws::String>
54 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
55 template<
typename NameT = Aws::String>
66 template<
typename AssistantIdT = Aws::String>
67 void SetAssistantId(AssistantIdT&& value) { m_assistantIdHasBeenSet =
true; m_assistantId = std::forward<AssistantIdT>(value); }
68 template<
typename AssistantIdT = Aws::String>
78 template<
typename AssistantArnT = Aws::String>
79 void SetAssistantArn(AssistantArnT&& value) { m_assistantArnHasBeenSet =
true; m_assistantArn = std::forward<AssistantArnT>(value); }
80 template<
typename AssistantArnT = Aws::String>
90 template<
typename AiAgentIdT = Aws::String>
91 void SetAiAgentId(AiAgentIdT&& value) { m_aiAgentIdHasBeenSet =
true; m_aiAgentId = std::forward<AiAgentIdT>(value); }
92 template<
typename AiAgentIdT = Aws::String>
112 template<
typename AiAgentArnT = Aws::String>
113 void SetAiAgentArn(AiAgentArnT&& value) { m_aiAgentArnHasBeenSet =
true; m_aiAgentArn = std::forward<AiAgentArnT>(value); }
114 template<
typename AiAgentArnT = Aws::String>
124 template<
typename ModifiedTimeT = Aws::Utils::DateTime>
125 void SetModifiedTime(ModifiedTimeT&& value) { m_modifiedTimeHasBeenSet =
true; m_modifiedTime = std::forward<ModifiedTimeT>(value); }
126 template<
typename ModifiedTimeT = Aws::Utils::DateTime>
146 template<
typename ConfigurationT = AIAgentConfiguration>
147 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
148 template<
typename ConfigurationT = AIAgentConfiguration>
170 template<
typename DescriptionT = Aws::String>
171 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
172 template<
typename DescriptionT = Aws::String>
192 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
193 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
194 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
196 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
198 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
204 bool m_nameHasBeenSet =
false;
207 bool m_assistantIdHasBeenSet =
false;
210 bool m_assistantArnHasBeenSet =
false;
213 bool m_aiAgentIdHasBeenSet =
false;
216 bool m_typeHasBeenSet =
false;
219 bool m_aiAgentArnHasBeenSet =
false;
222 bool m_modifiedTimeHasBeenSet =
false;
225 bool m_visibilityStatusHasBeenSet =
false;
227 AIAgentConfiguration m_configuration;
228 bool m_configurationHasBeenSet =
false;
231 bool m_originHasBeenSet =
false;
234 bool m_descriptionHasBeenSet =
false;
237 bool m_statusHasBeenSet =
false;
240 bool m_tagsHasBeenSet =
false;
void SetStatus(Status value)
bool ConfigurationHasBeenSet() const
void SetVisibilityStatus(VisibilityStatus value)
AIAgentSummary & WithAssistantId(AssistantIdT &&value)
AIAgentSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
AIAgentSummary & WithVisibilityStatus(VisibilityStatus value)
void SetAssistantArn(AssistantArnT &&value)
bool StatusHasBeenSet() const
void SetType(AIAgentType value)
void SetConfiguration(ConfigurationT &&value)
AIAgentSummary & WithType(AIAgentType value)
AIAgentSummary & WithTags(TagsT &&value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetModifiedTime() const
AIAgentSummary & WithName(NameT &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
bool TypeHasBeenSet() const
AWS_QCONNECT_API AIAgentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
VisibilityStatus GetVisibilityStatus() const
bool OriginHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetAiAgentArn() const
AIAgentSummary & WithAssistantArn(AssistantArnT &&value)
bool TagsHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetAiAgentId() const
AWS_QCONNECT_API AIAgentSummary()=default
AIAgentSummary & WithConfiguration(ConfigurationT &&value)
const Aws::String & GetAssistantId() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetAssistantId(AssistantIdT &&value)
void SetTags(TagsT &&value)
AIAgentSummary & WithDescription(DescriptionT &&value)
const Aws::String & GetAssistantArn() const
AIAgentSummary & WithModifiedTime(ModifiedTimeT &&value)
const Aws::String & GetDescription() const
AIAgentSummary & WithAiAgentId(AiAgentIdT &&value)
bool AiAgentArnHasBeenSet() const
bool AssistantIdHasBeenSet() const
void SetModifiedTime(ModifiedTimeT &&value)
AIAgentType GetType() const
void SetAiAgentArn(AiAgentArnT &&value)
void SetAiAgentId(AiAgentIdT &&value)
bool DescriptionHasBeenSet() const
void SetOrigin(Origin value)
AIAgentSummary & WithStatus(Status value)
AIAgentSummary & WithAiAgentArn(AiAgentArnT &&value)
bool AssistantArnHasBeenSet() const
bool VisibilityStatusHasBeenSet() const
bool ModifiedTimeHasBeenSet() const
bool AiAgentIdHasBeenSet() const
AWS_QCONNECT_API AIAgentSummary(Aws::Utils::Json::JsonView jsonValue)
const AIAgentConfiguration & GetConfiguration() const
AIAgentSummary & WithOrigin(Origin value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue