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>
54 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
79 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
93 inline void SetPrefix(
const char* value) { m_prefixHasBeenSet =
true; m_prefix.assign(value); }
114 bool m_bucketHasBeenSet =
false;
117 bool m_formatHasBeenSet =
false;
120 bool m_enabledHasBeenSet =
false;
123 bool m_prefixHasBeenSet =
false;
126 bool m_reportScopeHasBeenSet =
false;
JobReport & WithPrefix(Aws::String &&value)
AWS_S3CONTROL_API JobReport & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool PrefixHasBeenSet() const
void SetBucket(const char *value)
void SetBucket(Aws::String &&value)
JobReport & WithReportScope(const JobReportScope &value)
bool EnabledHasBeenSet() const
JobReport & WithBucket(Aws::String &&value)
const JobReportFormat & GetFormat() const
AWS_S3CONTROL_API JobReport()
JobReport & WithBucket(const char *value)
bool FormatHasBeenSet() const
void SetBucket(const Aws::String &value)
void SetReportScope(JobReportScope &&value)
const Aws::String & GetBucket() const
bool ReportScopeHasBeenSet() const
const Aws::String & GetPrefix() const
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
JobReport & WithReportScope(JobReportScope &&value)
void SetPrefix(Aws::String &&value)
JobReport & WithBucket(const Aws::String &value)
JobReport & WithFormat(JobReportFormat &&value)
void SetPrefix(const Aws::String &value)
JobReport & WithEnabled(bool value)
JobReport & WithPrefix(const char *value)
void SetReportScope(const JobReportScope &value)
JobReport & WithPrefix(const Aws::String &value)
void SetFormat(const JobReportFormat &value)
void SetEnabled(bool value)
JobReport & WithFormat(const JobReportFormat &value)
void SetFormat(JobReportFormat &&value)
void SetPrefix(const char *value)
const JobReportScope & GetReportScope() const
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