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>
50 template<
typename KmsKeyIdT = Aws::String>
51 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
52 template<
typename KmsKeyIdT = Aws::String>
84 template<
typename LogConfigurationT = ExecuteCommandLogConfiguration>
85 void SetLogConfiguration(LogConfigurationT&& value) { m_logConfigurationHasBeenSet =
true; m_logConfiguration = std::forward<LogConfigurationT>(value); }
86 template<
typename LogConfigurationT = ExecuteCommandLogConfiguration>
92 bool m_kmsKeyIdHasBeenSet =
false;
95 bool m_loggingHasBeenSet =
false;
97 ExecuteCommandLogConfiguration m_logConfiguration;
98 bool m_logConfigurationHasBeenSet =
false;
void SetKmsKeyId(KmsKeyIdT &&value)
void SetLogging(ExecuteCommandLogging value)
bool LogConfigurationHasBeenSet() const
const ExecuteCommandLogConfiguration & GetLogConfiguration() const
void SetLogConfiguration(LogConfigurationT &&value)
ExecuteCommandConfiguration & WithKmsKeyId(KmsKeyIdT &&value)
AWS_ECS_API ExecuteCommandConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
ExecuteCommandConfiguration & WithLogging(ExecuteCommandLogging value)
const Aws::String & GetKmsKeyId() const
bool LoggingHasBeenSet() const
AWS_ECS_API ExecuteCommandConfiguration()=default
ExecuteCommandConfiguration & WithLogConfiguration(LogConfigurationT &&value)
bool KmsKeyIdHasBeenSet() const
AWS_ECS_API ExecuteCommandConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ExecuteCommandLogging GetLogging() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue