7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
70 inline void SetIncludeCookies(
bool value) { m_includeCookiesHasBeenSet =
true; m_includeCookies = value; }
83 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
101 inline void SetPrefix(
const char* value) { m_prefixHasBeenSet =
true; m_prefix.assign(value); }
109 bool m_enabledHasBeenSet =
false;
111 bool m_includeCookies;
112 bool m_includeCookiesHasBeenSet =
false;
115 bool m_bucketHasBeenSet =
false;
118 bool m_prefixHasBeenSet =
false;
void SetEnabled(bool value)
AWS_CLOUDFRONT_API LoggingConfig()
void SetIncludeCookies(bool value)
void SetPrefix(const char *value)
bool EnabledHasBeenSet() const
void SetPrefix(Aws::String &&value)
const Aws::String & GetBucket() const
LoggingConfig & WithPrefix(Aws::String &&value)
bool GetIncludeCookies() const
const Aws::String & GetPrefix() const
LoggingConfig & WithBucket(const char *value)
void SetBucket(Aws::String &&value)
AWS_CLOUDFRONT_API LoggingConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
LoggingConfig & WithEnabled(bool value)
LoggingConfig & WithBucket(const Aws::String &value)
LoggingConfig & WithBucket(Aws::String &&value)
LoggingConfig & WithIncludeCookies(bool value)
AWS_CLOUDFRONT_API LoggingConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
bool BucketHasBeenSet() const
LoggingConfig & WithPrefix(const char *value)
LoggingConfig & WithPrefix(const Aws::String &value)
bool PrefixHasBeenSet() const
void SetPrefix(const Aws::String &value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetBucket(const char *value)
void SetBucket(const Aws::String &value)
bool IncludeCookiesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String