7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename BucketT = Aws::String>
48 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
49 template<
typename BucketT = Aws::String>
59 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
69 inline void SetIncludeCookies(
bool value) { m_includeCookiesHasBeenSet =
true; m_includeCookies = value; }
80 template<
typename PrefixT = Aws::String>
81 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
82 template<
typename PrefixT = Aws::String>
88 bool m_bucketHasBeenSet =
false;
90 bool m_enabled{
false};
91 bool m_enabledHasBeenSet =
false;
93 bool m_includeCookies{
false};
94 bool m_includeCookiesHasBeenSet =
false;
97 bool m_prefixHasBeenSet =
false;
AWS_SECURITYHUB_API AwsCloudFrontDistributionLogging(Aws::Utils::Json::JsonView jsonValue)
bool GetIncludeCookies() const
AwsCloudFrontDistributionLogging & WithBucket(BucketT &&value)
void SetPrefix(PrefixT &&value)
AwsCloudFrontDistributionLogging & WithPrefix(PrefixT &&value)
const Aws::String & GetBucket() const
bool IncludeCookiesHasBeenSet() const
AwsCloudFrontDistributionLogging & WithIncludeCookies(bool value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool PrefixHasBeenSet() const
bool EnabledHasBeenSet() const
const Aws::String & GetPrefix() const
bool BucketHasBeenSet() const
void SetEnabled(bool value)
AWS_SECURITYHUB_API AwsCloudFrontDistributionLogging()=default
AwsCloudFrontDistributionLogging & WithEnabled(bool value)
AWS_SECURITYHUB_API AwsCloudFrontDistributionLogging & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBucket(BucketT &&value)
void SetIncludeCookies(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue