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>
106 bool m_bucketHasBeenSet =
false;
109 bool m_formatHasBeenSet =
false;
111 bool m_enabled{
false};
112 bool m_enabledHasBeenSet =
false;
115 bool m_prefixHasBeenSet =
false;
118 bool m_reportScopeHasBeenSet =
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
JobReportScope GetReportScope() const
JobReportFormat GetFormat() const
void SetFormat(JobReportFormat value)
JobReport & WithReportScope(JobReportScope value)
bool FormatHasBeenSet() const
const Aws::String & GetBucket() const
bool ReportScopeHasBeenSet() const
const Aws::String & GetPrefix() const
JobReport & WithBucket(BucketT &&value)
void SetReportScope(JobReportScope 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