7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3control/model/JobReportFormat.h>
10#include <aws/s3control/model/JobReportScope.h>
52 template<
typename BucketT = Aws::String>
53 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
54 template<
typename BucketT = Aws::String>
75 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
87 template<
typename PrefixT = Aws::String>
88 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
89 template<
typename PrefixT = Aws::String>
111 template<
typename ExpectedBucketOwnerT = Aws::String>
112 void SetExpectedBucketOwner(ExpectedBucketOwnerT&& value) { m_expectedBucketOwnerHasBeenSet =
true; m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value); }
113 template<
typename ExpectedBucketOwnerT = Aws::String>
119 bool m_bucketHasBeenSet =
false;
122 bool m_formatHasBeenSet =
false;
124 bool m_enabled{
false};
125 bool m_enabledHasBeenSet =
false;
128 bool m_prefixHasBeenSet =
false;
131 bool m_reportScopeHasBeenSet =
false;
134 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