7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cloudfront/model/DistributionResourceType.h>
49 template<
typename DomainT = Aws::String>
50 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
51 template<
typename DomainT = Aws::String>
71 template<
typename ResourceIdT = Aws::String>
72 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
73 template<
typename ResourceIdT = Aws::String>
83 template<
typename AccountIdT = Aws::String>
84 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
85 template<
typename AccountIdT = Aws::String>
91 bool m_domainHasBeenSet =
false;
94 bool m_resourceTypeHasBeenSet =
false;
97 bool m_resourceIdHasBeenSet =
false;
100 bool m_accountIdHasBeenSet =
false;
bool DomainHasBeenSet() const
DomainConflict & WithAccountId(AccountIdT &&value)
const Aws::String & GetDomain() const
const Aws::String & GetAccountId() const
bool ResourceTypeHasBeenSet() const
DomainConflict & WithResourceType(DistributionResourceType value)
void SetAccountId(AccountIdT &&value)
void SetResourceType(DistributionResourceType value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_CLOUDFRONT_API DomainConflict(const Aws::Utils::Xml::XmlNode &xmlNode)
DomainConflict & WithResourceId(ResourceIdT &&value)
void SetDomain(DomainT &&value)
const Aws::String & GetResourceId() const
AWS_CLOUDFRONT_API DomainConflict & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDFRONT_API DomainConflict()=default
void SetResourceId(ResourceIdT &&value)
bool ResourceIdHasBeenSet() const
bool AccountIdHasBeenSet() const
DomainConflict & WithDomain(DomainT &&value)
DistributionResourceType GetResourceType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String