7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/CloudFrontRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename DomainT = Aws::String>
42 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
43 template<
typename DomainT = Aws::String>
54 template<
typename IdentifierT = Aws::String>
55 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
56 template<
typename IdentifierT = Aws::String>
62 bool m_domainHasBeenSet =
false;
65 bool m_identifierHasBeenSet =
false;
AWS_CLOUDFRONT_API Aws::String SerializePayload() const override
VerifyDnsConfiguration2020_05_31Request & WithIdentifier(IdentifierT &&value)
const Aws::String & GetIdentifier() const
AWS_CLOUDFRONT_API VerifyDnsConfiguration2020_05_31Request()=default
virtual const char * GetServiceRequestName() const override
bool IdentifierHasBeenSet() const
void SetDomain(DomainT &&value)
const Aws::String & GetDomain() const
bool DomainHasBeenSet() const
VerifyDnsConfiguration2020_05_31Request & WithDomain(DomainT &&value)
void SetIdentifier(IdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String