7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wisdom/ConnectWisdomService_EXPORTS.h>
10#include <aws/wisdom/model/AssistantIntegrationConfiguration.h>
11#include <aws/wisdom/model/AssistantStatus.h>
12#include <aws/wisdom/model/AssistantType.h>
13#include <aws/wisdom/model/ServerSideEncryptionConfiguration.h>
24namespace ConnectWisdomService {
45 template <
typename AssistantArnT = Aws::String>
47 m_assistantArnHasBeenSet =
true;
48 m_assistantArn = std::forward<AssistantArnT>(value);
50 template <
typename AssistantArnT = Aws::String>
63 template <
typename AssistantIdT = Aws::String>
65 m_assistantIdHasBeenSet =
true;
66 m_assistantId = std::forward<AssistantIdT>(value);
68 template <
typename AssistantIdT = Aws::String>
81 template <
typename DescriptionT = Aws::String>
83 m_descriptionHasBeenSet =
true;
84 m_description = std::forward<DescriptionT>(value);
86 template <
typename DescriptionT = Aws::String>
99 template <
typename IntegrationConfigurationT = AssistantIntegrationConfiguration>
101 m_integrationConfigurationHasBeenSet =
true;
102 m_integrationConfiguration = std::forward<IntegrationConfigurationT>(value);
104 template <
typename IntegrationConfigurationT = AssistantIntegrationConfiguration>
117 template <
typename NameT = Aws::String>
119 m_nameHasBeenSet =
true;
120 m_name = std::forward<NameT>(value);
122 template <
typename NameT = Aws::String>
124 SetName(std::forward<NameT>(value));
144 return m_serverSideEncryptionConfiguration;
147 template <
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
149 m_serverSideEncryptionConfigurationHasBeenSet =
true;
150 m_serverSideEncryptionConfiguration = std::forward<ServerSideEncryptionConfigurationT>(value);
152 template <
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
166 m_statusHasBeenSet =
true;
181 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
183 m_tagsHasBeenSet =
true;
184 m_tags = std::forward<TagsT>(value);
186 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
188 SetTags(std::forward<TagsT>(value));
191 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
193 m_tagsHasBeenSet =
true;
194 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
206 m_typeHasBeenSet =
true;
232 bool m_assistantArnHasBeenSet =
false;
233 bool m_assistantIdHasBeenSet =
false;
234 bool m_descriptionHasBeenSet =
false;
235 bool m_integrationConfigurationHasBeenSet =
false;
236 bool m_nameHasBeenSet =
false;
237 bool m_serverSideEncryptionConfigurationHasBeenSet =
false;
238 bool m_statusHasBeenSet =
false;
239 bool m_tagsHasBeenSet =
false;
240 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