7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/BucketOwnerAccess.h>
9#include <aws/codebuild/model/LogsConfigStatusType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
47 m_statusHasBeenSet =
true;
66 template <
typename LocationT = Aws::String>
68 m_locationHasBeenSet =
true;
69 m_location = std::forward<LocationT>(value);
71 template <
typename LocationT = Aws::String>
86 m_encryptionDisabledHasBeenSet =
true;
87 m_encryptionDisabled = value;
100 m_bucketOwnerAccessHasBeenSet =
true;
101 m_bucketOwnerAccess = value;
113 bool m_encryptionDisabled{
false};
116 bool m_statusHasBeenSet =
false;
117 bool m_locationHasBeenSet =
false;
118 bool m_encryptionDisabledHasBeenSet =
false;
119 bool m_bucketOwnerAccessHasBeenSet =
false;
const Aws::String & GetLocation() const
S3LogsConfig & WithLocation(LocationT &&value)
AWS_CODEBUILD_API S3LogsConfig(Aws::Utils::Json::JsonView jsonValue)
bool GetEncryptionDisabled() const
S3LogsConfig & WithBucketOwnerAccess(BucketOwnerAccess value)
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEncryptionDisabled(bool value)
S3LogsConfig & WithEncryptionDisabled(bool value)
S3LogsConfig & WithStatus(LogsConfigStatusType value)
AWS_CODEBUILD_API S3LogsConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(LogsConfigStatusType value)
bool LocationHasBeenSet() const
AWS_CODEBUILD_API S3LogsConfig()=default
BucketOwnerAccess GetBucketOwnerAccess() const
bool BucketOwnerAccessHasBeenSet() const
bool StatusHasBeenSet() const
bool EncryptionDisabledHasBeenSet() const
void SetBucketOwnerAccess(BucketOwnerAccess value)
LogsConfigStatusType GetStatus() const
void SetLocation(LocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue