7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/CloudFrontRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cloudfront/model/DistributionResourceId.h>
44 template<
typename DomainT = Aws::String>
45 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
46 template<
typename DomainT = Aws::String>
58 template<
typename TargetResourceT = DistributionResourceId>
59 void SetTargetResource(TargetResourceT&& value) { m_targetResourceHasBeenSet =
true; m_targetResource = std::forward<TargetResourceT>(value); }
60 template<
typename TargetResourceT = DistributionResourceId>
71 template<
typename IfMatchT = Aws::String>
72 void SetIfMatch(IfMatchT&& value) { m_ifMatchHasBeenSet =
true; m_ifMatch = std::forward<IfMatchT>(value); }
73 template<
typename IfMatchT = Aws::String>
79 bool m_domainHasBeenSet =
false;
82 bool m_targetResourceHasBeenSet =
false;
85 bool m_ifMatchHasBeenSet =
false;
void SetDomain(DomainT &&value)
UpdateDomainAssociation2020_05_31Request & WithTargetResource(TargetResourceT &&value)
const Aws::String & GetIfMatch() const
virtual const char * GetServiceRequestName() const override
void SetIfMatch(IfMatchT &&value)
UpdateDomainAssociation2020_05_31Request & WithIfMatch(IfMatchT &&value)
void SetTargetResource(TargetResourceT &&value)
bool IfMatchHasBeenSet() const
AWS_CLOUDFRONT_API Aws::String SerializePayload() const override
AWS_CLOUDFRONT_API UpdateDomainAssociation2020_05_31Request()=default
bool DomainHasBeenSet() const
UpdateDomainAssociation2020_05_31Request & WithDomain(DomainT &&value)
const DistributionResourceId & GetTargetResource() const
const Aws::String & GetDomain() const
bool TargetResourceHasBeenSet() const
AWS_CLOUDFRONT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String