70 inline void SetCloudWatchLogGroupName(
const char* value) { m_cloudWatchLogGroupNameHasBeenSet =
true; m_cloudWatchLogGroupName.assign(value); }
144 inline void SetS3BucketName(
const char* value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName.assign(value); }
181 inline void SetS3EncryptionEnabled(
bool value) { m_s3EncryptionEnabledHasBeenSet =
true; m_s3EncryptionEnabled = value; }
213 inline void SetS3KeyPrefix(
const char* value) { m_s3KeyPrefixHasBeenSet =
true; m_s3KeyPrefix.assign(value); }
233 bool m_cloudWatchLogGroupNameHasBeenSet =
false;
235 bool m_cloudWatchEncryptionEnabled;
236 bool m_cloudWatchEncryptionEnabledHasBeenSet =
false;
239 bool m_s3BucketNameHasBeenSet =
false;
241 bool m_s3EncryptionEnabled;
242 bool m_s3EncryptionEnabledHasBeenSet =
false;
245 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