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>
49 template<
typename ExpectedManifestBucketOwnerT = Aws::String>
50 void SetExpectedManifestBucketOwner(ExpectedManifestBucketOwnerT&& value) { m_expectedManifestBucketOwnerHasBeenSet =
true; m_expectedManifestBucketOwner = std::forward<ExpectedManifestBucketOwnerT>(value); }
51 template<
typename ExpectedManifestBucketOwnerT = Aws::String>
63 template<
typename BucketT = Aws::String>
64 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
65 template<
typename BucketT = Aws::String>
75 template<
typename ManifestPrefixT = Aws::String>
76 void SetManifestPrefix(ManifestPrefixT&& value) { m_manifestPrefixHasBeenSet =
true; m_manifestPrefix = std::forward<ManifestPrefixT>(value); }
77 template<
typename ManifestPrefixT = Aws::String>
88 template<
typename ManifestEncryptionT = GeneratedManifestEncryption>
89 void SetManifestEncryption(ManifestEncryptionT&& value) { m_manifestEncryptionHasBeenSet =
true; m_manifestEncryption = std::forward<ManifestEncryptionT>(value); }
90 template<
typename ManifestEncryptionT = GeneratedManifestEncryption>
106 bool m_expectedManifestBucketOwnerHasBeenSet =
false;
109 bool m_bucketHasBeenSet =
false;
112 bool m_manifestPrefixHasBeenSet =
false;
115 bool m_manifestEncryptionHasBeenSet =
false;
118 bool m_manifestFormatHasBeenSet =
false;
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::String & GetManifestPrefix() const
const GeneratedManifestEncryption & GetManifestEncryption() const
bool ExpectedManifestBucketOwnerHasBeenSet() const
S3ManifestOutputLocation & WithBucket(BucketT &&value)
S3ManifestOutputLocation & WithManifestEncryption(ManifestEncryptionT &&value)
bool BucketHasBeenSet() const
bool ManifestPrefixHasBeenSet() const
AWS_S3CONTROL_API S3ManifestOutputLocation(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetExpectedManifestBucketOwner() const
S3ManifestOutputLocation & WithManifestFormat(GeneratedManifestFormat value)
AWS_S3CONTROL_API S3ManifestOutputLocation()=default
void SetBucket(BucketT &&value)
GeneratedManifestFormat GetManifestFormat() const
void SetManifestEncryption(ManifestEncryptionT &&value)
const Aws::String & GetBucket() const
void SetExpectedManifestBucketOwner(ExpectedManifestBucketOwnerT &&value)
bool ManifestEncryptionHasBeenSet() const
void SetManifestFormat(GeneratedManifestFormat value)
bool ManifestFormatHasBeenSet() const
S3ManifestOutputLocation & WithExpectedManifestBucketOwner(ExpectedManifestBucketOwnerT &&value)
S3ManifestOutputLocation & WithManifestPrefix(ManifestPrefixT &&value)
void SetManifestPrefix(ManifestPrefixT &&value)
AWS_S3CONTROL_API S3ManifestOutputLocation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String