7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ecs/model/ExecuteCommandLogging.h>
10#include <aws/ecs/model/ExecuteCommandLogConfiguration.h>
52 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
96 bool m_kmsKeyIdHasBeenSet =
false;
99 bool m_loggingHasBeenSet =
false;
102 bool m_logConfigurationHasBeenSet =
false;
void SetLogConfiguration(const ExecuteCommandLogConfiguration &value)
bool LogConfigurationHasBeenSet() const
void SetLogging(ExecuteCommandLogging &&value)
const ExecuteCommandLogConfiguration & GetLogConfiguration() const
ExecuteCommandConfiguration & WithKmsKeyId(const char *value)
const ExecuteCommandLogging & GetLogging() const
AWS_ECS_API ExecuteCommandConfiguration(Aws::Utils::Json::JsonView jsonValue)
ExecuteCommandConfiguration & WithLogging(ExecuteCommandLogging &&value)
ExecuteCommandConfiguration & WithLogging(const ExecuteCommandLogging &value)
void SetKmsKeyId(Aws::String &&value)
ExecuteCommandConfiguration & WithLogConfiguration(ExecuteCommandLogConfiguration &&value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKmsKeyId(const Aws::String &value)
ExecuteCommandConfiguration & WithKmsKeyId(Aws::String &&value)
const Aws::String & GetKmsKeyId() const
bool LoggingHasBeenSet() const
void SetKmsKeyId(const char *value)
void SetLogConfiguration(ExecuteCommandLogConfiguration &&value)
ExecuteCommandConfiguration & WithLogConfiguration(const ExecuteCommandLogConfiguration &value)
bool KmsKeyIdHasBeenSet() const
void SetLogging(const ExecuteCommandLogging &value)
AWS_ECS_API ExecuteCommandConfiguration()
AWS_ECS_API ExecuteCommandConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ExecuteCommandConfiguration & WithKmsKeyId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue