7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3control/S3Control_EXPORTS.h>
9#include <aws/s3control/model/JobManifestGeneratorFilter.h>
10#include <aws/s3control/model/S3ManifestOutputLocation.h>
45 template <
typename ExpectedBucketOwnerT = Aws::String>
47 m_expectedBucketOwnerHasBeenSet =
true;
48 m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value);
50 template <
typename ExpectedBucketOwnerT = Aws::String>
66 template <
typename SourceBucketT = Aws::String>
68 m_sourceBucketHasBeenSet =
true;
69 m_sourceBucket = std::forward<SourceBucketT>(value);
71 template <
typename SourceBucketT = Aws::String>
87 template <
typename ManifestOutputLocationT = S3ManifestOutputLocation>
89 m_manifestOutputLocationHasBeenSet =
true;
90 m_manifestOutputLocation = std::forward<ManifestOutputLocationT>(value);
92 template <
typename ManifestOutputLocationT = S3ManifestOutputLocation>
107 template <
typename FilterT = JobManifestGeneratorFilter>
109 m_filterHasBeenSet =
true;
110 m_filter = std::forward<FilterT>(value);
112 template <
typename FilterT = JobManifestGeneratorFilter>
127 m_enableManifestOutputHasBeenSet =
true;
128 m_enableManifestOutput = value;
144 bool m_enableManifestOutput{
false};
145 bool m_expectedBucketOwnerHasBeenSet =
false;
146 bool m_sourceBucketHasBeenSet =
false;
147 bool m_manifestOutputLocationHasBeenSet =
false;
148 bool m_filterHasBeenSet =
false;
149 bool m_enableManifestOutputHasBeenSet =
false;
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetSourceBucket(SourceBucketT &&value)
AWS_S3CONTROL_API S3JobManifestGenerator()=default
bool ExpectedBucketOwnerHasBeenSet() const
bool GetEnableManifestOutput() const
S3JobManifestGenerator & WithEnableManifestOutput(bool value)
S3JobManifestGenerator & WithManifestOutputLocation(ManifestOutputLocationT &&value)
const JobManifestGeneratorFilter & GetFilter() const
AWS_S3CONTROL_API S3JobManifestGenerator & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool SourceBucketHasBeenSet() const
bool FilterHasBeenSet() const
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
void SetEnableManifestOutput(bool value)
bool EnableManifestOutputHasBeenSet() const
S3JobManifestGenerator & WithSourceBucket(SourceBucketT &&value)
void SetFilter(FilterT &&value)
bool ManifestOutputLocationHasBeenSet() const
void SetManifestOutputLocation(ManifestOutputLocationT &&value)
S3JobManifestGenerator & WithFilter(FilterT &&value)
S3JobManifestGenerator & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
const S3ManifestOutputLocation & GetManifestOutputLocation() const
const Aws::String & GetSourceBucket() const
const Aws::String & GetExpectedBucketOwner() const
AWS_S3CONTROL_API S3JobManifestGenerator(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String