7#include <aws/wisdom/ConnectWisdomService_EXPORTS.h>
8#include <aws/wisdom/ConnectWisdomServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/wisdom/model/ServerSideEncryptionConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/wisdom/model/AssistantType.h>
14#include <aws/core/utils/UUID.h>
18namespace ConnectWisdomService
49 template<
typename ClientTokenT = Aws::String>
50 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
51 template<
typename ClientTokenT = Aws::String>
61 template<
typename DescriptionT = Aws::String>
62 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
63 template<
typename DescriptionT = Aws::String>
73 template<
typename NameT = Aws::String>
74 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
75 template<
typename NameT = Aws::String>
95 template<
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
96 void SetServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT&& value) { m_serverSideEncryptionConfigurationHasBeenSet =
true; m_serverSideEncryptionConfiguration = std::forward<ServerSideEncryptionConfigurationT>(value); }
97 template<
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
107 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
108 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
109 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
111 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
113 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
129 bool m_clientTokenHasBeenSet =
true;
132 bool m_descriptionHasBeenSet =
false;
135 bool m_nameHasBeenSet =
false;
137 ServerSideEncryptionConfiguration m_serverSideEncryptionConfiguration;
138 bool m_serverSideEncryptionConfigurationHasBeenSet =
false;
141 bool m_tagsHasBeenSet =
false;
144 bool m_typeHasBeenSet =
false;
bool ClientTokenHasBeenSet() const
bool TagsHasBeenSet() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
bool ServerSideEncryptionConfigurationHasBeenSet() const
bool DescriptionHasBeenSet() const
AssistantType GetType() const
void SetTags(TagsT &&value)
AWS_CONNECTWISDOMSERVICE_API Aws::String SerializePayload() const override
CreateAssistantRequest & WithDescription(DescriptionT &&value)
CreateAssistantRequest & WithType(AssistantType value)
bool NameHasBeenSet() const
void SetName(NameT &&value)
void SetServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
CreateAssistantRequest & WithClientToken(ClientTokenT &&value)
void SetType(AssistantType value)
bool TypeHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
const ServerSideEncryptionConfiguration & GetServerSideEncryptionConfiguration() const
CreateAssistantRequest & WithName(NameT &&value)
const Aws::String & GetName() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateAssistantRequest & WithTags(TagsT &&value)
AWS_CONNECTWISDOMSERVICE_API CreateAssistantRequest()=default
CreateAssistantRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateAssistantRequest & WithServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
const Aws::String & GetClientToken() const
static Aws::Utils::UUID PseudoRandomUUID()
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