7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetCloudWatchLogGroupName(
const char* value) { m_cloudWatchLogGroupNameHasBeenSet =
true; m_cloudWatchLogGroupName.assign(value); }
77 inline void SetS3BucketName(
const char* value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName.assign(value); }
90 inline void SetS3EncryptionEnabled(
bool value) { m_s3EncryptionEnabledHasBeenSet =
true; m_s3EncryptionEnabled = value; }
102 inline void SetS3KeyPrefix(
const char* value) { m_s3KeyPrefixHasBeenSet =
true; m_s3KeyPrefix.assign(value); }
110 bool m_cloudWatchLogGroupNameHasBeenSet =
false;
112 bool m_cloudWatchEncryptionEnabled;
113 bool m_cloudWatchEncryptionEnabledHasBeenSet =
false;
116 bool m_s3BucketNameHasBeenSet =
false;
118 bool m_s3EncryptionEnabled;
119 bool m_s3EncryptionEnabledHasBeenSet =
false;
122 bool m_s3KeyPrefixHasBeenSet =
false;
AWS_ECS_API ExecuteCommandLogConfiguration()
void SetS3BucketName(const Aws::String &value)
ExecuteCommandLogConfiguration & WithS3BucketName(const char *value)
ExecuteCommandLogConfiguration & WithS3BucketName(const Aws::String &value)
ExecuteCommandLogConfiguration & WithS3EncryptionEnabled(bool value)
const Aws::String & GetCloudWatchLogGroupName() const
bool GetS3EncryptionEnabled() const
void SetS3KeyPrefix(const Aws::String &value)
const Aws::String & GetS3KeyPrefix() const
const Aws::String & GetS3BucketName() const
bool S3KeyPrefixHasBeenSet() const
bool CloudWatchEncryptionEnabledHasBeenSet() const
void SetS3BucketName(Aws::String &&value)
ExecuteCommandLogConfiguration & WithS3KeyPrefix(const Aws::String &value)
ExecuteCommandLogConfiguration & WithS3KeyPrefix(Aws::String &&value)
ExecuteCommandLogConfiguration & WithS3BucketName(Aws::String &&value)
void SetCloudWatchLogGroupName(Aws::String &&value)
void SetS3EncryptionEnabled(bool value)
ExecuteCommandLogConfiguration & WithCloudWatchLogGroupName(const Aws::String &value)
bool S3EncryptionEnabledHasBeenSet() const
void SetCloudWatchEncryptionEnabled(bool value)
AWS_ECS_API ExecuteCommandLogConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CloudWatchLogGroupNameHasBeenSet() const
ExecuteCommandLogConfiguration & WithS3KeyPrefix(const char *value)
ExecuteCommandLogConfiguration & WithCloudWatchLogGroupName(Aws::String &&value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ECS_API ExecuteCommandLogConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetCloudWatchLogGroupName(const char *value)
bool S3BucketNameHasBeenSet() const
void SetS3KeyPrefix(Aws::String &&value)
void SetCloudWatchLogGroupName(const Aws::String &value)
void SetS3KeyPrefix(const char *value)
void SetS3BucketName(const char *value)
bool GetCloudWatchEncryptionEnabled() const
ExecuteCommandLogConfiguration & WithCloudWatchLogGroupName(const char *value)
ExecuteCommandLogConfiguration & WithCloudWatchEncryptionEnabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue