7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3control/S3Control_EXPORTS.h>
9#include <aws/s3control/model/JobReportFormat.h>
10#include <aws/s3control/model/JobReportScope.h>
46 template <
typename BucketT = Aws::String>
48 m_bucketHasBeenSet =
true;
49 m_bucket = std::forward<BucketT>(value);
51 template <
typename BucketT = Aws::String>
65 m_formatHasBeenSet =
true;
82 m_enabledHasBeenSet =
true;
99 template <
typename PrefixT = Aws::String>
101 m_prefixHasBeenSet =
true;
102 m_prefix = std::forward<PrefixT>(value);
104 template <
typename PrefixT = Aws::String>
119 m_reportScopeHasBeenSet =
true;
120 m_reportScope = value;
135 template <
typename ExpectedBucketOwnerT = Aws::String>
137 m_expectedBucketOwnerHasBeenSet =
true;
138 m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value);
140 template <
typename ExpectedBucketOwnerT = Aws::String>
151 bool m_enabled{
false};
158 bool m_bucketHasBeenSet =
false;
159 bool m_formatHasBeenSet =
false;
160 bool m_enabledHasBeenSet =
false;
161 bool m_prefixHasBeenSet =
false;
162 bool m_reportScopeHasBeenSet =
false;
163 bool m_expectedBucketOwnerHasBeenSet =
false;
void SetBucket(BucketT &&value)
AWS_S3CONTROL_API JobReport & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetPrefix(PrefixT &&value)
bool PrefixHasBeenSet() const
JobReport & WithFormat(JobReportFormat value)
JobReport & WithPrefix(PrefixT &&value)
bool EnabledHasBeenSet() const
bool ExpectedBucketOwnerHasBeenSet() const
JobReportScope GetReportScope() const
JobReportFormat GetFormat() const
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
void SetFormat(JobReportFormat value)
JobReport & WithReportScope(JobReportScope value)
bool FormatHasBeenSet() const
const Aws::String & GetBucket() const
bool ReportScopeHasBeenSet() const
const Aws::String & GetPrefix() const
const Aws::String & GetExpectedBucketOwner() const
JobReport & WithBucket(BucketT &&value)
void SetReportScope(JobReportScope value)
JobReport & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3CONTROL_API JobReport()=default
JobReport & WithEnabled(bool value)
void SetEnabled(bool value)
AWS_S3CONTROL_API JobReport(const Aws::Utils::Xml::XmlNode &xmlNode)
bool BucketHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String