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>
48 template <
typename AssistantIdT = Aws::String>
50 m_assistantIdHasBeenSet =
true;
51 m_assistantId = std::forward<AssistantIdT>(value);
53 template <
typename AssistantIdT = Aws::String>
66 template <
typename AssistantArnT = Aws::String>
68 m_assistantArnHasBeenSet =
true;
69 m_assistantArn = std::forward<AssistantArnT>(value);
71 template <
typename AssistantArnT = Aws::String>
84 template <
typename AiAgentIdT = Aws::String>
86 m_aiAgentIdHasBeenSet =
true;
87 m_aiAgentId = std::forward<AiAgentIdT>(value);
89 template <
typename AiAgentIdT = Aws::String>
102 template <
typename AiAgentArnT = Aws::String>
104 m_aiAgentArnHasBeenSet =
true;
105 m_aiAgentArn = std::forward<AiAgentArnT>(value);
107 template <
typename AiAgentArnT = Aws::String>
120 template <
typename NameT = Aws::String>
122 m_nameHasBeenSet =
true;
123 m_name = std::forward<NameT>(value);
125 template <
typename NameT = Aws::String>
127 SetName(std::forward<NameT>(value));
139 m_typeHasBeenSet =
true;
154 template <
typename ConfigurationT = AIAgentConfiguration>
156 m_configurationHasBeenSet =
true;
157 m_configuration = std::forward<ConfigurationT>(value);
159 template <
typename ConfigurationT = AIAgentConfiguration>
172 template <
typename ModifiedTimeT = Aws::Utils::DateTime>
174 m_modifiedTimeHasBeenSet =
true;
175 m_modifiedTime = std::forward<ModifiedTimeT>(value);
177 template <
typename ModifiedTimeT = Aws::Utils::DateTime>
190 template <
typename DescriptionT = Aws::String>
192 m_descriptionHasBeenSet =
true;
193 m_description = std::forward<DescriptionT>(value);
195 template <
typename DescriptionT = Aws::String>
209 m_visibilityStatusHasBeenSet =
true;
210 m_visibilityStatus = value;
224 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
226 m_tagsHasBeenSet =
true;
227 m_tags = std::forward<TagsT>(value);
229 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
231 SetTags(std::forward<TagsT>(value));
234 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
236 m_tagsHasBeenSet =
true;
237 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
251 m_originHasBeenSet =
true;
267 m_statusHasBeenSet =
true;
288 AIAgentConfiguration m_configuration;
301 bool m_assistantIdHasBeenSet =
false;
302 bool m_assistantArnHasBeenSet =
false;
303 bool m_aiAgentIdHasBeenSet =
false;
304 bool m_aiAgentArnHasBeenSet =
false;
305 bool m_nameHasBeenSet =
false;
306 bool m_typeHasBeenSet =
false;
307 bool m_configurationHasBeenSet =
false;
308 bool m_modifiedTimeHasBeenSet =
false;
309 bool m_descriptionHasBeenSet =
false;
310 bool m_visibilityStatusHasBeenSet =
false;
311 bool m_tagsHasBeenSet =
false;
312 bool m_originHasBeenSet =
false;
313 bool m_statusHasBeenSet =
false;
bool AiAgentIdHasBeenSet() const
AIAgentData & WithStatus(Status value)
const Aws::String & GetDescription() const
const AIAgentConfiguration & GetConfiguration() const
AIAgentType GetType() const
const Aws::Utils::DateTime & GetModifiedTime() const
AIAgentData & WithDescription(DescriptionT &&value)
AWS_QCONNECT_API AIAgentData(Aws::Utils::Json::JsonView jsonValue)
bool ModifiedTimeHasBeenSet() const
AIAgentData & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetAiAgentArn(AiAgentArnT &&value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAiAgentArn() const
AIAgentData & WithName(NameT &&value)
void SetAiAgentId(AiAgentIdT &&value)
bool TypeHasBeenSet() const
void SetOrigin(Origin value)
void SetAssistantId(AssistantIdT &&value)
AIAgentData & WithTags(TagsT &&value)
bool AssistantIdHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetAssistantId() const
bool TagsHasBeenSet() const
void SetType(AIAgentType value)
bool AssistantArnHasBeenSet() const
VisibilityStatus GetVisibilityStatus() const
bool DescriptionHasBeenSet() const
void SetStatus(Status value)
AIAgentData & WithAiAgentId(AiAgentIdT &&value)
void SetAssistantArn(AssistantArnT &&value)
AIAgentData & WithVisibilityStatus(VisibilityStatus value)
void SetVisibilityStatus(VisibilityStatus value)
void SetDescription(DescriptionT &&value)
bool VisibilityStatusHasBeenSet() const
AIAgentData & WithOrigin(Origin value)
AIAgentData & WithAssistantId(AssistantIdT &&value)
void SetConfiguration(ConfigurationT &&value)
const Aws::String & GetName() const
bool OriginHasBeenSet() const
AIAgentData & WithType(AIAgentType value)
bool AiAgentArnHasBeenSet() const
const Aws::String & GetAiAgentId() const
bool NameHasBeenSet() const
AIAgentData & WithConfiguration(ConfigurationT &&value)
AWS_QCONNECT_API AIAgentData()=default
bool ConfigurationHasBeenSet() const
AIAgentData & WithModifiedTime(ModifiedTimeT &&value)
AWS_QCONNECT_API AIAgentData & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
bool StatusHasBeenSet() const
AIAgentData & WithAssistantArn(AssistantArnT &&value)
AIAgentData & WithAiAgentArn(AiAgentArnT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetAssistantArn() const
void SetModifiedTime(ModifiedTimeT &&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