7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename DomainT = Aws::String>
47 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
48 template<
typename DomainT = Aws::String>
58 template<
typename RedirectToT = Aws::String>
59 void SetRedirectTo(RedirectToT&& value) { m_redirectToHasBeenSet =
true; m_redirectTo = std::forward<RedirectToT>(value); }
60 template<
typename RedirectToT = Aws::String>
70 template<
typename RedirectFromT = Aws::String>
71 void SetRedirectFrom(RedirectFromT&& value) { m_redirectFromHasBeenSet =
true; m_redirectFrom = std::forward<RedirectFromT>(value); }
72 template<
typename RedirectFromT = Aws::String>
78 bool m_domainHasBeenSet =
false;
81 bool m_redirectToHasBeenSet =
false;
84 bool m_redirectFromHasBeenSet =
false;
bool RedirectFromHasBeenSet() const
const Aws::String & GetDomain() const
const Aws::String & GetRedirectFrom() const
bool RedirectToHasBeenSet() const
AWS_CLOUDFRONT_API ValidationTokenDetail & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ValidationTokenDetail & WithDomain(DomainT &&value)
AWS_CLOUDFRONT_API ValidationTokenDetail(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool DomainHasBeenSet() const
ValidationTokenDetail & WithRedirectTo(RedirectToT &&value)
void SetRedirectFrom(RedirectFromT &&value)
ValidationTokenDetail & WithRedirectFrom(RedirectFromT &&value)
AWS_CLOUDFRONT_API ValidationTokenDetail()=default
void SetDomain(DomainT &&value)
const Aws::String & GetRedirectTo() const
void SetRedirectTo(RedirectToT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String