7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qconnect/model/AssistantType.h>
10#include <aws/qconnect/model/AssistantStatus.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/qconnect/model/ServerSideEncryptionConfiguration.h>
13#include <aws/qconnect/model/AssistantIntegrationConfiguration.h>
14#include <aws/qconnect/model/AssistantCapabilityConfiguration.h>
15#include <aws/qconnect/model/AIAgentType.h>
16#include <aws/qconnect/model/AIAgentConfigurationData.h>
54 template<
typename AssistantIdT = Aws::String>
55 void SetAssistantId(AssistantIdT&& value) { m_assistantIdHasBeenSet =
true; m_assistantId = std::forward<AssistantIdT>(value); }
56 template<
typename AssistantIdT = Aws::String>
66 template<
typename AssistantArnT = Aws::String>
67 void SetAssistantArn(AssistantArnT&& value) { m_assistantArnHasBeenSet =
true; m_assistantArn = std::forward<AssistantArnT>(value); }
68 template<
typename AssistantArnT = Aws::String>
78 template<
typename NameT = Aws::String>
79 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
80 template<
typename NameT = Aws::String>
110 template<
typename DescriptionT = Aws::String>
111 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
112 template<
typename DescriptionT = Aws::String>
122 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
123 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
124 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
126 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
128 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
149 template<
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
150 void SetServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT&& value) { m_serverSideEncryptionConfigurationHasBeenSet =
true; m_serverSideEncryptionConfiguration = std::forward<ServerSideEncryptionConfigurationT>(value); }
151 template<
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
162 template<
typename IntegrationConfigurationT = AssistantIntegrationConfiguration>
163 void SetIntegrationConfiguration(IntegrationConfigurationT&& value) { m_integrationConfigurationHasBeenSet =
true; m_integrationConfiguration = std::forward<IntegrationConfigurationT>(value); }
164 template<
typename IntegrationConfigurationT = AssistantIntegrationConfiguration>
175 template<
typename CapabilityConfigurationT = AssistantCapabilityConfiguration>
176 void SetCapabilityConfiguration(CapabilityConfigurationT&& value) { m_capabilityConfigurationHasBeenSet =
true; m_capabilityConfiguration = std::forward<CapabilityConfigurationT>(value); }
177 template<
typename CapabilityConfigurationT = AssistantCapabilityConfiguration>
188 template<
typename AiAgentConfigurationT = Aws::Map<AIAgentType, AIAgentConfigurationData>>
189 void SetAiAgentConfiguration(AiAgentConfigurationT&& value) { m_aiAgentConfigurationHasBeenSet =
true; m_aiAgentConfiguration = std::forward<AiAgentConfigurationT>(value); }
190 template<
typename AiAgentConfigurationT = Aws::Map<AIAgentType, AIAgentConfigurationData>>
193 m_aiAgentConfigurationHasBeenSet =
true; m_aiAgentConfiguration.emplace(key, value);
return *
this;
199 bool m_assistantIdHasBeenSet =
false;
202 bool m_assistantArnHasBeenSet =
false;
205 bool m_nameHasBeenSet =
false;
208 bool m_typeHasBeenSet =
false;
211 bool m_statusHasBeenSet =
false;
214 bool m_descriptionHasBeenSet =
false;
217 bool m_tagsHasBeenSet =
false;
219 ServerSideEncryptionConfiguration m_serverSideEncryptionConfiguration;
220 bool m_serverSideEncryptionConfigurationHasBeenSet =
false;
222 AssistantIntegrationConfiguration m_integrationConfiguration;
223 bool m_integrationConfigurationHasBeenSet =
false;
225 AssistantCapabilityConfiguration m_capabilityConfiguration;
226 bool m_capabilityConfigurationHasBeenSet =
false;
229 bool m_aiAgentConfigurationHasBeenSet =
false;
const Aws::String & GetDescription() const
bool TagsHasBeenSet() const
AssistantData & WithAssistantId(AssistantIdT &&value)
void SetStatus(AssistantStatus value)
void SetIntegrationConfiguration(IntegrationConfigurationT &&value)
void SetType(AssistantType value)
bool AssistantIdHasBeenSet() const
AWS_QCONNECT_API AssistantData()=default
bool TypeHasBeenSet() const
bool ServerSideEncryptionConfigurationHasBeenSet() const
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
bool NameHasBeenSet() const
void SetDescription(DescriptionT &&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
Aws::Utils::Json::JsonValue JsonValue