7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3control/model/GeneratedManifestEncryption.h>
10#include <aws/s3control/model/GeneratedManifestFormat.h>
51 inline void SetExpectedManifestBucketOwner(
const char* value) { m_expectedManifestBucketOwnerHasBeenSet =
true; m_expectedManifestBucketOwner.assign(value); }
67 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
81 inline void SetManifestPrefix(
const char* value) { m_manifestPrefixHasBeenSet =
true; m_manifestPrefix.assign(value); }
114 bool m_expectedManifestBucketOwnerHasBeenSet =
false;
117 bool m_bucketHasBeenSet =
false;
120 bool m_manifestPrefixHasBeenSet =
false;
123 bool m_manifestEncryptionHasBeenSet =
false;
126 bool m_manifestFormatHasBeenSet =
false;
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
S3ManifestOutputLocation & WithManifestFormat(GeneratedManifestFormat &&value)
void SetManifestEncryption(const GeneratedManifestEncryption &value)
S3ManifestOutputLocation & WithBucket(Aws::String &&value)
const GeneratedManifestFormat & GetManifestFormat() const
void SetManifestFormat(GeneratedManifestFormat &&value)
void SetManifestPrefix(const char *value)
const Aws::String & GetManifestPrefix() const
S3ManifestOutputLocation & WithManifestFormat(const GeneratedManifestFormat &value)
const GeneratedManifestEncryption & GetManifestEncryption() const
void SetExpectedManifestBucketOwner(const char *value)
AWS_S3CONTROL_API S3ManifestOutputLocation()
void SetManifestEncryption(GeneratedManifestEncryption &&value)
bool ExpectedManifestBucketOwnerHasBeenSet() const
S3ManifestOutputLocation & WithManifestEncryption(GeneratedManifestEncryption &&value)
S3ManifestOutputLocation & WithManifestPrefix(const char *value)
void SetExpectedManifestBucketOwner(const Aws::String &value)
S3ManifestOutputLocation & WithManifestEncryption(const GeneratedManifestEncryption &value)
bool BucketHasBeenSet() const
bool ManifestPrefixHasBeenSet() const
AWS_S3CONTROL_API S3ManifestOutputLocation(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetExpectedManifestBucketOwner() const
void SetManifestPrefix(const Aws::String &value)
S3ManifestOutputLocation & WithExpectedManifestBucketOwner(const char *value)
void SetBucket(const Aws::String &value)
S3ManifestOutputLocation & WithBucket(const char *value)
S3ManifestOutputLocation & WithManifestPrefix(const Aws::String &value)
void SetManifestFormat(const GeneratedManifestFormat &value)
const Aws::String & GetBucket() const
S3ManifestOutputLocation & WithExpectedManifestBucketOwner(const Aws::String &value)
S3ManifestOutputLocation & WithExpectedManifestBucketOwner(Aws::String &&value)
bool ManifestEncryptionHasBeenSet() const
bool ManifestFormatHasBeenSet() const
S3ManifestOutputLocation & WithManifestPrefix(Aws::String &&value)
void SetManifestPrefix(Aws::String &&value)
S3ManifestOutputLocation & WithBucket(const Aws::String &value)
void SetBucket(const char *value)
AWS_S3CONTROL_API S3ManifestOutputLocation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetExpectedManifestBucketOwner(Aws::String &&value)
void SetBucket(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String