7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename CloudWatchLogGroupNameT = Aws::String>
50 void SetCloudWatchLogGroupName(CloudWatchLogGroupNameT&& value) { m_cloudWatchLogGroupNameHasBeenSet =
true; m_cloudWatchLogGroupName = std::forward<CloudWatchLogGroupNameT>(value); }
51 template<
typename CloudWatchLogGroupNameT = Aws::String>
73 template<
typename S3BucketNameT = Aws::String>
74 void SetS3BucketName(S3BucketNameT&& value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName = std::forward<S3BucketNameT>(value); }
75 template<
typename S3BucketNameT = Aws::String>
86 inline void SetS3EncryptionEnabled(
bool value) { m_s3EncryptionEnabledHasBeenSet =
true; m_s3EncryptionEnabled = value; }
96 template<
typename S3KeyPrefixT = Aws::String>
97 void SetS3KeyPrefix(S3KeyPrefixT&& value) { m_s3KeyPrefixHasBeenSet =
true; m_s3KeyPrefix = std::forward<S3KeyPrefixT>(value); }
98 template<
typename S3KeyPrefixT = Aws::String>
104 bool m_cloudWatchLogGroupNameHasBeenSet =
false;
106 bool m_cloudWatchEncryptionEnabled{
false};
107 bool m_cloudWatchEncryptionEnabledHasBeenSet =
false;
110 bool m_s3BucketNameHasBeenSet =
false;
112 bool m_s3EncryptionEnabled{
false};
113 bool m_s3EncryptionEnabledHasBeenSet =
false;
116 bool m_s3KeyPrefixHasBeenSet =
false;
void SetS3KeyPrefix(S3KeyPrefixT &&value)
ExecuteCommandLogConfiguration & WithS3EncryptionEnabled(bool value)
const Aws::String & GetCloudWatchLogGroupName() const
bool GetS3EncryptionEnabled() const
ExecuteCommandLogConfiguration & WithCloudWatchLogGroupName(CloudWatchLogGroupNameT &&value)
const Aws::String & GetS3KeyPrefix() const
const Aws::String & GetS3BucketName() const
void SetCloudWatchLogGroupName(CloudWatchLogGroupNameT &&value)
bool S3KeyPrefixHasBeenSet() const
bool CloudWatchEncryptionEnabledHasBeenSet() const
ExecuteCommandLogConfiguration & WithS3KeyPrefix(S3KeyPrefixT &&value)
void SetS3BucketName(S3BucketNameT &&value)
void SetS3EncryptionEnabled(bool value)
ExecuteCommandLogConfiguration & WithS3BucketName(S3BucketNameT &&value)
bool S3EncryptionEnabledHasBeenSet() const
void SetCloudWatchEncryptionEnabled(bool value)
AWS_ECS_API ExecuteCommandLogConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CloudWatchLogGroupNameHasBeenSet() const
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ECS_API ExecuteCommandLogConfiguration()=default
AWS_ECS_API ExecuteCommandLogConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool S3BucketNameHasBeenSet() const
bool GetCloudWatchEncryptionEnabled() const
ExecuteCommandLogConfiguration & WithCloudWatchEncryptionEnabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue