7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/DistributionResourceType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename DomainT = Aws::String>
45 m_domainHasBeenSet =
true;
46 m_domain = std::forward<DomainT>(value);
48 template <
typename DomainT = Aws::String>
62 m_resourceTypeHasBeenSet =
true;
63 m_resourceType = value;
77 template <
typename ResourceIdT = Aws::String>
79 m_resourceIdHasBeenSet =
true;
80 m_resourceId = std::forward<ResourceIdT>(value);
82 template <
typename ResourceIdT = Aws::String>
95 template <
typename AccountIdT = Aws::String>
97 m_accountIdHasBeenSet =
true;
98 m_accountId = std::forward<AccountIdT>(value);
100 template <
typename AccountIdT = Aws::String>
114 bool m_domainHasBeenSet =
false;
115 bool m_resourceTypeHasBeenSet =
false;
116 bool m_resourceIdHasBeenSet =
false;
117 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