7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/LogsConfigStatusType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codebuild/model/BucketOwnerAccess.h>
66 template<
typename LocationT = Aws::String>
67 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
68 template<
typename LocationT = Aws::String>
79 inline void SetEncryptionDisabled(
bool value) { m_encryptionDisabledHasBeenSet =
true; m_encryptionDisabled = value; }
93 bool m_statusHasBeenSet =
false;
96 bool m_locationHasBeenSet =
false;
98 bool m_encryptionDisabled{
false};
99 bool m_encryptionDisabledHasBeenSet =
false;
102 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