7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/qconnect/QConnect_EXPORTS.h>
11#include <aws/qconnect/model/AIAgentConfiguration.h>
12#include <aws/qconnect/model/AIAgentType.h>
13#include <aws/qconnect/model/Origin.h>
14#include <aws/qconnect/model/Status.h>
15#include <aws/qconnect/model/VisibilityStatus.h>
47 template <
typename NameT = Aws::String>
49 m_nameHasBeenSet =
true;
50 m_name = std::forward<NameT>(value);
52 template <
typename NameT = Aws::String>
54 SetName(std::forward<NameT>(value));
66 template <
typename AssistantIdT = Aws::String>
68 m_assistantIdHasBeenSet =
true;
69 m_assistantId = std::forward<AssistantIdT>(value);
71 template <
typename AssistantIdT = Aws::String>
84 template <
typename AssistantArnT = Aws::String>
86 m_assistantArnHasBeenSet =
true;
87 m_assistantArn = std::forward<AssistantArnT>(value);
89 template <
typename AssistantArnT = Aws::String>
102 template <
typename AiAgentIdT = Aws::String>
104 m_aiAgentIdHasBeenSet =
true;
105 m_aiAgentId = std::forward<AiAgentIdT>(value);
107 template <
typename AiAgentIdT = Aws::String>
121 m_typeHasBeenSet =
true;
136 template <
typename AiAgentArnT = Aws::String>
138 m_aiAgentArnHasBeenSet =
true;
139 m_aiAgentArn = std::forward<AiAgentArnT>(value);
141 template <
typename AiAgentArnT = Aws::String>
154 template <
typename ModifiedTimeT = Aws::Utils::DateTime>
156 m_modifiedTimeHasBeenSet =
true;
157 m_modifiedTime = std::forward<ModifiedTimeT>(value);
159 template <
typename ModifiedTimeT = Aws::Utils::DateTime>
173 m_visibilityStatusHasBeenSet =
true;
174 m_visibilityStatus = value;
188 template <
typename ConfigurationT = AIAgentConfiguration>
190 m_configurationHasBeenSet =
true;
191 m_configuration = std::forward<ConfigurationT>(value);
193 template <
typename ConfigurationT = AIAgentConfiguration>
209 m_originHasBeenSet =
true;
224 template <
typename DescriptionT = Aws::String>
226 m_descriptionHasBeenSet =
true;
227 m_description = std::forward<DescriptionT>(value);
229 template <
typename DescriptionT = Aws::String>
243 m_statusHasBeenSet =
true;
258 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
260 m_tagsHasBeenSet =
true;
261 m_tags = std::forward<TagsT>(value);
263 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
265 SetTags(std::forward<TagsT>(value));
268 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
270 m_tagsHasBeenSet =
true;
271 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
292 AIAgentConfiguration m_configuration;
301 bool m_nameHasBeenSet =
false;
302 bool m_assistantIdHasBeenSet =
false;
303 bool m_assistantArnHasBeenSet =
false;
304 bool m_aiAgentIdHasBeenSet =
false;
305 bool m_typeHasBeenSet =
false;
306 bool m_aiAgentArnHasBeenSet =
false;
307 bool m_modifiedTimeHasBeenSet =
false;
308 bool m_visibilityStatusHasBeenSet =
false;
309 bool m_configurationHasBeenSet =
false;
310 bool m_originHasBeenSet =
false;
311 bool m_descriptionHasBeenSet =
false;
312 bool m_statusHasBeenSet =
false;
313 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