7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codebuild/model/ReportPackagingType.h>
50 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
66 inline void SetBucketOwner(
const char* value) { m_bucketOwnerHasBeenSet =
true; m_bucketOwner.assign(value); }
80 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
110 inline void SetEncryptionKey(
const char* value) { m_encryptionKeyHasBeenSet =
true; m_encryptionKey.assign(value); }
123 inline void SetEncryptionDisabled(
bool value) { m_encryptionDisabledHasBeenSet =
true; m_encryptionDisabled = value; }
129 bool m_bucketHasBeenSet =
false;
132 bool m_bucketOwnerHasBeenSet =
false;
135 bool m_pathHasBeenSet =
false;
138 bool m_packagingHasBeenSet =
false;
141 bool m_encryptionKeyHasBeenSet =
false;
143 bool m_encryptionDisabled;
144 bool m_encryptionDisabledHasBeenSet =
false;
void SetPath(const Aws::String &value)
void SetEncryptionKey(Aws::String &&value)
AWS_CODEBUILD_API S3ReportExportConfig(Aws::Utils::Json::JsonView jsonValue)
S3ReportExportConfig & WithBucket(const char *value)
bool PathHasBeenSet() const
S3ReportExportConfig & WithBucket(Aws::String &&value)
void SetEncryptionKey(const char *value)
bool EncryptionDisabledHasBeenSet() const
S3ReportExportConfig & WithBucketOwner(const Aws::String &value)
S3ReportExportConfig & WithPath(const char *value)
bool BucketOwnerHasBeenSet() const
S3ReportExportConfig & WithPackaging(ReportPackagingType &&value)
void SetBucketOwner(const Aws::String &value)
void SetBucketOwner(const char *value)
const Aws::String & GetBucketOwner() const
S3ReportExportConfig & WithPackaging(const ReportPackagingType &value)
S3ReportExportConfig & WithBucketOwner(const char *value)
bool BucketHasBeenSet() const
bool PackagingHasBeenSet() const
void SetBucket(const char *value)
S3ReportExportConfig & WithPath(Aws::String &&value)
void SetPath(const char *value)
S3ReportExportConfig & WithPath(const Aws::String &value)
S3ReportExportConfig & WithEncryptionKey(Aws::String &&value)
AWS_CODEBUILD_API S3ReportExportConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
S3ReportExportConfig & WithEncryptionKey(const char *value)
void SetEncryptionKey(const Aws::String &value)
void SetBucket(const Aws::String &value)
AWS_CODEBUILD_API S3ReportExportConfig()
void SetPath(Aws::String &&value)
void SetPackaging(ReportPackagingType &&value)
bool GetEncryptionDisabled() const
S3ReportExportConfig & WithEncryptionKey(const Aws::String &value)
S3ReportExportConfig & WithEncryptionDisabled(bool value)
const Aws::String & GetEncryptionKey() const
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
bool EncryptionKeyHasBeenSet() const
void SetBucketOwner(Aws::String &&value)
const Aws::String & GetBucket() const
const Aws::String & GetPath() const
void SetPackaging(const ReportPackagingType &value)
S3ReportExportConfig & WithBucket(const Aws::String &value)
const ReportPackagingType & GetPackaging() const
void SetBucket(Aws::String &&value)
S3ReportExportConfig & WithBucketOwner(Aws::String &&value)
void SetEncryptionDisabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue