7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/qconnect/QConnect_EXPORTS.h>
11#include <aws/qconnect/model/AIAgentConfigurationData.h>
12#include <aws/qconnect/model/AIAgentType.h>
13#include <aws/qconnect/model/AssistantCapabilityConfiguration.h>
14#include <aws/qconnect/model/AssistantIntegrationConfiguration.h>
15#include <aws/qconnect/model/AssistantStatus.h>
16#include <aws/qconnect/model/AssistantType.h>
17#include <aws/qconnect/model/OrchestratorConfigurationEntry.h>
18#include <aws/qconnect/model/ServerSideEncryptionConfiguration.h>
50 template <
typename AssistantIdT = Aws::String>
52 m_assistantIdHasBeenSet =
true;
53 m_assistantId = std::forward<AssistantIdT>(value);
55 template <
typename AssistantIdT = Aws::String>
68 template <
typename AssistantArnT = Aws::String>
70 m_assistantArnHasBeenSet =
true;
71 m_assistantArn = std::forward<AssistantArnT>(value);
73 template <
typename AssistantArnT = Aws::String>
86 template <
typename NameT = Aws::String>
88 m_nameHasBeenSet =
true;
89 m_name = std::forward<NameT>(value);
91 template <
typename NameT = Aws::String>
93 SetName(std::forward<NameT>(value));
105 m_typeHasBeenSet =
true;
121 m_statusHasBeenSet =
true;
136 template <
typename DescriptionT = Aws::String>
138 m_descriptionHasBeenSet =
true;
139 m_description = std::forward<DescriptionT>(value);
141 template <
typename DescriptionT = Aws::String>
154 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
156 m_tagsHasBeenSet =
true;
157 m_tags = std::forward<TagsT>(value);
159 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
161 SetTags(std::forward<TagsT>(value));
164 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
166 m_tagsHasBeenSet =
true;
167 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
188 return m_serverSideEncryptionConfiguration;
191 template <
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
193 m_serverSideEncryptionConfigurationHasBeenSet =
true;
194 m_serverSideEncryptionConfiguration = std::forward<ServerSideEncryptionConfigurationT>(value);
196 template <
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
210 template <
typename IntegrationConfigurationT = AssistantIntegrationConfiguration>
212 m_integrationConfigurationHasBeenSet =
true;
213 m_integrationConfiguration = std::forward<IntegrationConfigurationT>(value);
215 template <
typename IntegrationConfigurationT = AssistantIntegrationConfiguration>
229 template <
typename CapabilityConfigurationT = AssistantCapabilityConfiguration>
231 m_capabilityConfigurationHasBeenSet =
true;
232 m_capabilityConfiguration = std::forward<CapabilityConfigurationT>(value);
234 template <
typename CapabilityConfigurationT = AssistantCapabilityConfiguration>
248 template <
typename AiAgentConfigurationT = Aws::Map<AIAgentType, AIAgentConfigurationData>>
250 m_aiAgentConfigurationHasBeenSet =
true;
251 m_aiAgentConfiguration = std::forward<AiAgentConfigurationT>(value);
253 template <
typename AiAgentConfigurationT = Aws::Map<AIAgentType, AIAgentConfigurationData>>
259 m_aiAgentConfigurationHasBeenSet =
true;
260 m_aiAgentConfiguration.emplace(key, value);
270 return m_orchestratorConfigurationList;
273 template <
typename OrchestratorConfigurationListT = Aws::Vector<OrchestratorConfigurationEntry>>
275 m_orchestratorConfigurationListHasBeenSet =
true;
276 m_orchestratorConfigurationList = std::forward<OrchestratorConfigurationListT>(value);
278 template <
typename OrchestratorConfigurationListT = Aws::Vector<OrchestratorConfigurationEntry>>
283 template <
typename OrchestratorConfigurationListT = OrchestratorConfigurationEntry>
285 m_orchestratorConfigurationListHasBeenSet =
true;
286 m_orchestratorConfigurationList.emplace_back(std::forward<OrchestratorConfigurationListT>(value));
305 ServerSideEncryptionConfiguration m_serverSideEncryptionConfiguration;
307 AssistantIntegrationConfiguration m_integrationConfiguration;
309 AssistantCapabilityConfiguration m_capabilityConfiguration;
314 bool m_assistantIdHasBeenSet =
false;
315 bool m_assistantArnHasBeenSet =
false;
316 bool m_nameHasBeenSet =
false;
317 bool m_typeHasBeenSet =
false;
318 bool m_statusHasBeenSet =
false;
319 bool m_descriptionHasBeenSet =
false;
320 bool m_tagsHasBeenSet =
false;
321 bool m_serverSideEncryptionConfigurationHasBeenSet =
false;
322 bool m_integrationConfigurationHasBeenSet =
false;
323 bool m_capabilityConfigurationHasBeenSet =
false;
324 bool m_aiAgentConfigurationHasBeenSet =
false;
325 bool m_orchestratorConfigurationListHasBeenSet =
false;
const Aws::String & GetDescription() const
bool TagsHasBeenSet() const
AssistantData & WithAssistantId(AssistantIdT &&value)
bool OrchestratorConfigurationListHasBeenSet() const
void SetStatus(AssistantStatus value)
const Aws::Vector< OrchestratorConfigurationEntry > & GetOrchestratorConfigurationList() const
void SetIntegrationConfiguration(IntegrationConfigurationT &&value)
void SetType(AssistantType value)
bool AssistantIdHasBeenSet() const
AWS_QCONNECT_API AssistantData()=default
bool TypeHasBeenSet() const
bool ServerSideEncryptionConfigurationHasBeenSet() const
AssistantData & AddOrchestratorConfigurationList(OrchestratorConfigurationListT &&value)
AssistantData & WithServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
void SetServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
bool StatusHasBeenSet() const
AssistantData & WithCapabilityConfiguration(CapabilityConfigurationT &&value)
AssistantData & WithIntegrationConfiguration(IntegrationConfigurationT &&value)
AssistantStatus GetStatus() const
AssistantData & WithAiAgentConfiguration(AiAgentConfigurationT &&value)
AssistantData & WithStatus(AssistantStatus value)
void SetName(NameT &&value)
void SetAssistantArn(AssistantArnT &&value)
const Aws::String & GetAssistantArn() const
bool AssistantArnHasBeenSet() const
const Aws::Map< AIAgentType, AIAgentConfigurationData > & GetAiAgentConfiguration() const
void SetOrchestratorConfigurationList(OrchestratorConfigurationListT &&value)
bool NameHasBeenSet() const
void SetDescription(DescriptionT &&value)
AssistantData & WithOrchestratorConfigurationList(OrchestratorConfigurationListT &&value)
void SetTags(TagsT &&value)
const AssistantCapabilityConfiguration & GetCapabilityConfiguration() const
AssistantData & AddAiAgentConfiguration(AIAgentType key, AIAgentConfigurationData value)
AssistantData & WithDescription(DescriptionT &&value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool IntegrationConfigurationHasBeenSet() const
void SetAiAgentConfiguration(AiAgentConfigurationT &&value)
AssistantData & WithAssistantArn(AssistantArnT &&value)
AssistantData & WithTags(TagsT &&value)
const Aws::String & GetAssistantId() const
void SetAssistantId(AssistantIdT &&value)
AWS_QCONNECT_API AssistantData(Aws::Utils::Json::JsonView jsonValue)
AssistantType GetType() const
AssistantData & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool DescriptionHasBeenSet() const
AssistantData & WithType(AssistantType value)
AssistantData & WithName(NameT &&value)
bool CapabilityConfigurationHasBeenSet() const
AWS_QCONNECT_API AssistantData & operator=(Aws::Utils::Json::JsonView jsonValue)
const AssistantIntegrationConfiguration & GetIntegrationConfiguration() const
bool AiAgentConfigurationHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const ServerSideEncryptionConfiguration & GetServerSideEncryptionConfiguration() const
const Aws::String & GetName() const
void SetCapabilityConfiguration(CapabilityConfigurationT &&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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue