7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/VerifiedAccessLogDeliveryStatus.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
73 inline void SetBucketName(
const char* value) { m_bucketNameHasBeenSet =
true; m_bucketName.assign(value); }
87 inline void SetPrefix(
const char* value) { m_prefixHasBeenSet =
true; m_prefix.assign(value); }
101 inline void SetBucketOwner(
const char* value) { m_bucketOwnerHasBeenSet =
true; m_bucketOwner.assign(value); }
109 bool m_enabledHasBeenSet =
false;
112 bool m_deliveryStatusHasBeenSet =
false;
115 bool m_bucketNameHasBeenSet =
false;
118 bool m_prefixHasBeenSet =
false;
121 bool m_bucketOwnerHasBeenSet =
false;
VerifiedAccessLogS3Destination & WithBucketName(const char *value)
void SetBucketOwner(const char *value)
void SetBucketName(Aws::String &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetBucketOwner(const Aws::String &value)
VerifiedAccessLogS3Destination & WithDeliveryStatus(VerifiedAccessLogDeliveryStatus &&value)
VerifiedAccessLogS3Destination & WithBucketOwner(Aws::String &&value)
bool EnabledHasBeenSet() const
VerifiedAccessLogS3Destination & WithBucketOwner(const Aws::String &value)
AWS_EC2_API VerifiedAccessLogS3Destination(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDeliveryStatus(VerifiedAccessLogDeliveryStatus &&value)
void SetBucketName(const Aws::String &value)
const VerifiedAccessLogDeliveryStatus & GetDeliveryStatus() const
VerifiedAccessLogS3Destination & WithDeliveryStatus(const VerifiedAccessLogDeliveryStatus &value)
void SetPrefix(const Aws::String &value)
void SetPrefix(const char *value)
VerifiedAccessLogS3Destination & WithBucketName(const Aws::String &value)
const Aws::String & GetBucketName() const
bool DeliveryStatusHasBeenSet() const
AWS_EC2_API VerifiedAccessLogS3Destination()
void SetEnabled(bool value)
VerifiedAccessLogS3Destination & WithEnabled(bool value)
AWS_EC2_API VerifiedAccessLogS3Destination & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetPrefix() const
VerifiedAccessLogS3Destination & WithPrefix(const char *value)
void SetPrefix(Aws::String &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool BucketNameHasBeenSet() const
VerifiedAccessLogS3Destination & WithBucketOwner(const char *value)
const Aws::String & GetBucketOwner() const
void SetBucketName(const char *value)
VerifiedAccessLogS3Destination & WithBucketName(Aws::String &&value)
VerifiedAccessLogS3Destination & WithPrefix(const Aws::String &value)
void SetBucketOwner(Aws::String &&value)
bool BucketOwnerHasBeenSet() const
void SetDeliveryStatus(const VerifiedAccessLogDeliveryStatus &value)
bool PrefixHasBeenSet() const
VerifiedAccessLogS3Destination & WithPrefix(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream