7#include <aws/wisdom/ConnectWisdomService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wisdom/model/AssistantIntegrationConfiguration.h>
10#include <aws/wisdom/model/ServerSideEncryptionConfiguration.h>
11#include <aws/wisdom/model/AssistantStatus.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/wisdom/model/AssistantType.h>
26namespace ConnectWisdomService
51 template<
typename AssistantArnT = Aws::String>
52 void SetAssistantArn(AssistantArnT&& value) { m_assistantArnHasBeenSet =
true; m_assistantArn = std::forward<AssistantArnT>(value); }
53 template<
typename AssistantArnT = Aws::String>
63 template<
typename AssistantIdT = Aws::String>
64 void SetAssistantId(AssistantIdT&& value) { m_assistantIdHasBeenSet =
true; m_assistantId = std::forward<AssistantIdT>(value); }
65 template<
typename AssistantIdT = Aws::String>
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
87 template<
typename IntegrationConfigurationT = AssistantIntegrationConfiguration>
88 void SetIntegrationConfiguration(IntegrationConfigurationT&& value) { m_integrationConfigurationHasBeenSet =
true; m_integrationConfiguration = std::forward<IntegrationConfigurationT>(value); }
89 template<
typename IntegrationConfigurationT = AssistantIntegrationConfiguration>
99 template<
typename NameT = Aws::String>
100 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
101 template<
typename NameT = Aws::String>
121 template<
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
122 void SetServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT&& value) { m_serverSideEncryptionConfigurationHasBeenSet =
true; m_serverSideEncryptionConfiguration = std::forward<ServerSideEncryptionConfigurationT>(value); }
123 template<
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
143 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
144 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
145 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
147 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
149 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
165 bool m_assistantArnHasBeenSet =
false;
168 bool m_assistantIdHasBeenSet =
false;
171 bool m_descriptionHasBeenSet =
false;
174 bool m_integrationConfigurationHasBeenSet =
false;
177 bool m_nameHasBeenSet =
false;
180 bool m_serverSideEncryptionConfigurationHasBeenSet =
false;
183 bool m_statusHasBeenSet =
false;
186 bool m_tagsHasBeenSet =
false;
189 bool m_typeHasBeenSet =
false;
bool AssistantIdHasBeenSet() const
void SetType(AssistantType value)
AssistantData & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetName() const
bool TypeHasBeenSet() const
AssistantData & WithIntegrationConfiguration(IntegrationConfigurationT &&value)
AssistantData & WithName(NameT &&value)
void SetAssistantArn(AssistantArnT &&value)
AWS_CONNECTWISDOMSERVICE_API AssistantData & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
bool IntegrationConfigurationHasBeenSet() const
void SetStatus(AssistantStatus value)
void SetIntegrationConfiguration(IntegrationConfigurationT &&value)
const AssistantIntegrationConfiguration & GetIntegrationConfiguration() const
AWS_CONNECTWISDOMSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
AssistantType GetType() const
bool AssistantArnHasBeenSet() const
AWS_CONNECTWISDOMSERVICE_API AssistantData()=default
void SetDescription(DescriptionT &&value)
const Aws::String & GetAssistantArn() const
void SetTags(TagsT &&value)
void SetAssistantId(AssistantIdT &&value)
AssistantData & WithServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
const Aws::String & GetAssistantId() const
AWS_CONNECTWISDOMSERVICE_API AssistantData(Aws::Utils::Json::JsonView jsonValue)
AssistantData & WithAssistantId(AssistantIdT &&value)
AssistantData & WithAssistantArn(AssistantArnT &&value)
AssistantData & WithStatus(AssistantStatus value)
AssistantData & WithDescription(DescriptionT &&value)
AssistantData & WithTags(TagsT &&value)
AssistantStatus GetStatus() const
bool StatusHasBeenSet() const
AssistantData & WithType(AssistantType value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool ServerSideEncryptionConfigurationHasBeenSet() const
bool TagsHasBeenSet() const
const Aws::String & GetDescription() const
void SetServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
bool DescriptionHasBeenSet() const
const ServerSideEncryptionConfiguration & GetServerSideEncryptionConfiguration() 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
Aws::Utils::Json::JsonValue JsonValue