7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename DomainT = Aws::String>
42 m_domainHasBeenSet =
true;
43 m_domain = std::forward<DomainT>(value);
45 template <
typename DomainT = Aws::String>
58 template <
typename RedirectToT = Aws::String>
60 m_redirectToHasBeenSet =
true;
61 m_redirectTo = std::forward<RedirectToT>(value);
63 template <
typename RedirectToT = Aws::String>
76 template <
typename RedirectFromT = Aws::String>
78 m_redirectFromHasBeenSet =
true;
79 m_redirectFrom = std::forward<RedirectFromT>(value);
81 template <
typename RedirectFromT = Aws::String>
93 bool m_domainHasBeenSet =
false;
94 bool m_redirectToHasBeenSet =
false;
95 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