7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3control/model/S3ManifestOutputLocation.h>
10#include <aws/s3control/model/JobManifestGeneratorFilter.h>
51 template<
typename ExpectedBucketOwnerT = Aws::String>
52 void SetExpectedBucketOwner(ExpectedBucketOwnerT&& value) { m_expectedBucketOwnerHasBeenSet =
true; m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value); }
53 template<
typename ExpectedBucketOwnerT = Aws::String>
66 template<
typename SourceBucketT = Aws::String>
67 void SetSourceBucket(SourceBucketT&& value) { m_sourceBucketHasBeenSet =
true; m_sourceBucket = std::forward<SourceBucketT>(value); }
68 template<
typename SourceBucketT = Aws::String>
81 template<
typename ManifestOutputLocationT = S3ManifestOutputLocation>
82 void SetManifestOutputLocation(ManifestOutputLocationT&& value) { m_manifestOutputLocationHasBeenSet =
true; m_manifestOutputLocation = std::forward<ManifestOutputLocationT>(value); }
83 template<
typename ManifestOutputLocationT = S3ManifestOutputLocation>
95 template<
typename FilterT = JobManifestGeneratorFilter>
96 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
97 template<
typename FilterT = JobManifestGeneratorFilter>
114 bool m_expectedBucketOwnerHasBeenSet =
false;
117 bool m_sourceBucketHasBeenSet =
false;
120 bool m_manifestOutputLocationHasBeenSet =
false;
123 bool m_filterHasBeenSet =
false;
125 bool m_enableManifestOutput{
false};
126 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