7#include <aws/voice-id/VoiceID_EXPORTS.h>
8#include <aws/voice-id/VoiceIDRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/voice-id/model/ServerSideEncryptionConfiguration.h>
44 template<
typename DescriptionT = Aws::String>
45 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
46 template<
typename DescriptionT = Aws::String>
56 template<
typename DomainIdT = Aws::String>
57 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
58 template<
typename DomainIdT = Aws::String>
68 template<
typename NameT = Aws::String>
69 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
70 template<
typename NameT = Aws::String>
85 template<
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
86 void SetServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT&& value) { m_serverSideEncryptionConfigurationHasBeenSet =
true; m_serverSideEncryptionConfiguration = std::forward<ServerSideEncryptionConfigurationT>(value); }
87 template<
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
93 bool m_descriptionHasBeenSet =
false;
96 bool m_domainIdHasBeenSet =
false;
99 bool m_nameHasBeenSet =
false;
102 bool m_serverSideEncryptionConfigurationHasBeenSet =
false;
bool DomainIdHasBeenSet() const
bool ServerSideEncryptionConfigurationHasBeenSet() const
UpdateDomainRequest & WithDomainId(DomainIdT &&value)
UpdateDomainRequest & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
const ServerSideEncryptionConfiguration & GetServerSideEncryptionConfiguration() const
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetName() const
AWS_VOICEID_API UpdateDomainRequest()=default
void SetDomainId(DomainIdT &&value)
AWS_VOICEID_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_VOICEID_API Aws::String SerializePayload() const override
UpdateDomainRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDomainId() const
virtual const char * GetServiceRequestName() const override
void SetServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
UpdateDomainRequest & WithServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String