7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
58 m_enabledHasBeenSet =
true;
80 m_includeCookiesHasBeenSet =
true;
81 m_includeCookies = value;
96 template <
typename BucketT = Aws::String>
98 m_bucketHasBeenSet =
true;
99 m_bucket = std::forward<BucketT>(value);
101 template <
typename BucketT = Aws::String>
118 template <
typename PrefixT = Aws::String>
120 m_prefixHasBeenSet =
true;
121 m_prefix = std::forward<PrefixT>(value);
123 template <
typename PrefixT = Aws::String>
130 bool m_enabled{
false};
132 bool m_includeCookies{
false};
137 bool m_enabledHasBeenSet =
false;
138 bool m_includeCookiesHasBeenSet =
false;
139 bool m_bucketHasBeenSet =
false;
140 bool m_prefixHasBeenSet =
false;
void SetEnabled(bool value)
void SetIncludeCookies(bool value)
bool EnabledHasBeenSet() const
const Aws::String & GetBucket() const
bool GetIncludeCookies() const
const Aws::String & GetPrefix() const
void SetPrefix(PrefixT &&value)
AWS_CLOUDFRONT_API LoggingConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
LoggingConfig & WithBucket(BucketT &&value)
LoggingConfig & WithEnabled(bool value)
LoggingConfig & WithIncludeCookies(bool value)
AWS_CLOUDFRONT_API LoggingConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
bool BucketHasBeenSet() const
bool PrefixHasBeenSet() const
LoggingConfig & WithPrefix(PrefixT &&value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool IncludeCookiesHasBeenSet() const
void SetBucket(BucketT &&value)
AWS_CLOUDFRONT_API LoggingConfig()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String