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;
void SetCapabilityConfiguration(CapabilityConfigurationT &&value)
bool TagsHasBeenSet() const
AssistantType GetType() const
void SetStatus(AssistantStatus value)
void SetOrchestratorConfigurationList(OrchestratorConfigurationListT &&value)
AssistantSummary & WithDescription(DescriptionT &&value)
AssistantSummary & WithStatus(AssistantStatus value)
const Aws::Vector< OrchestratorConfigurationEntry > & GetOrchestratorConfigurationList() const
const Aws::String & GetAssistantId() const
bool DescriptionHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AssistantSummary & WithAiAgentConfiguration(AiAgentConfigurationT &&value)
bool StatusHasBeenSet() const
const ServerSideEncryptionConfiguration & GetServerSideEncryptionConfiguration() const
void SetTags(TagsT &&value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AssistantSummary & WithType(AssistantType value)
bool AiAgentConfigurationHasBeenSet() const
void SetName(NameT &&value)
AWS_QCONNECT_API AssistantSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AssistantSummary & AddAiAgentConfiguration(AIAgentType key, AIAgentConfigurationData value)
void SetAssistantId(AssistantIdT &&value)
const Aws::Map< AIAgentType, AIAgentConfigurationData > & GetAiAgentConfiguration() const
AssistantSummary & WithAssistantId(AssistantIdT &&value)
bool AssistantArnHasBeenSet() const
AssistantSummary & WithOrchestratorConfigurationList(OrchestratorConfigurationListT &&value)
const Aws::String & GetAssistantArn() const
bool NameHasBeenSet() const
bool ServerSideEncryptionConfigurationHasBeenSet() const
AssistantSummary & AddOrchestratorConfigurationList(OrchestratorConfigurationListT &&value)
AssistantSummary & WithIntegrationConfiguration(IntegrationConfigurationT &&value)
bool TypeHasBeenSet() const
bool OrchestratorConfigurationListHasBeenSet() const
AssistantSummary & WithName(NameT &&value)
const Aws::String & GetName() const
AssistantSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
AssistantStatus GetStatus() const
AssistantSummary & WithServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
bool IntegrationConfigurationHasBeenSet() const
const Aws::String & GetDescription() const
void SetAssistantArn(AssistantArnT &&value)
void SetAiAgentConfiguration(AiAgentConfigurationT &&value)
AssistantSummary & WithCapabilityConfiguration(CapabilityConfigurationT &&value)
void SetIntegrationConfiguration(IntegrationConfigurationT &&value)
void SetDescription(DescriptionT &&value)
AWS_QCONNECT_API AssistantSummary(Aws::Utils::Json::JsonView jsonValue)
const AssistantCapabilityConfiguration & GetCapabilityConfiguration() const
AssistantSummary & WithAssistantArn(AssistantArnT &&value)
bool CapabilityConfigurationHasBeenSet() const
void SetServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
void SetType(AssistantType value)
AssistantSummary & WithTags(TagsT &&value)
AWS_QCONNECT_API AssistantSummary()=default
const AssistantIntegrationConfiguration & GetIntegrationConfiguration() const
bool AssistantIdHasBeenSet() const
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