7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECS_EXPORTS.h>
43 template <
typename CloudWatchLogGroupNameT = Aws::String>
45 m_cloudWatchLogGroupNameHasBeenSet =
true;
46 m_cloudWatchLogGroupName = std::forward<CloudWatchLogGroupNameT>(value);
48 template <
typename CloudWatchLogGroupNameT = Aws::String>
63 m_cloudWatchEncryptionEnabledHasBeenSet =
true;
64 m_cloudWatchEncryptionEnabled = value;
79 template <
typename S3BucketNameT = Aws::String>
81 m_s3BucketNameHasBeenSet =
true;
82 m_s3BucketName = std::forward<S3BucketNameT>(value);
84 template <
typename S3BucketNameT = Aws::String>
99 m_s3EncryptionEnabledHasBeenSet =
true;
100 m_s3EncryptionEnabled = value;
114 template <
typename S3KeyPrefixT = Aws::String>
116 m_s3KeyPrefixHasBeenSet =
true;
117 m_s3KeyPrefix = std::forward<S3KeyPrefixT>(value);
119 template <
typename S3KeyPrefixT = Aws::String>
128 bool m_cloudWatchEncryptionEnabled{
false};
132 bool m_s3EncryptionEnabled{
false};
135 bool m_cloudWatchLogGroupNameHasBeenSet =
false;
136 bool m_cloudWatchEncryptionEnabledHasBeenSet =
false;
137 bool m_s3BucketNameHasBeenSet =
false;
138 bool m_s3EncryptionEnabledHasBeenSet =
false;
139 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