7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECS_EXPORTS.h>
9#include <aws/ecs/model/ExecuteCommandLogConfiguration.h>
10#include <aws/ecs/model/ExecuteCommandLogging.h>
44 template <
typename KmsKeyIdT = Aws::String>
46 m_kmsKeyIdHasBeenSet =
true;
47 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
49 template <
typename KmsKeyIdT = Aws::String>
72 m_loggingHasBeenSet =
true;
90 template <
typename LogConfigurationT = ExecuteCommandLogConfiguration>
92 m_logConfigurationHasBeenSet =
true;
93 m_logConfiguration = std::forward<LogConfigurationT>(value);
95 template <
typename LogConfigurationT = ExecuteCommandLogConfiguration>
106 ExecuteCommandLogConfiguration m_logConfiguration;
107 bool m_kmsKeyIdHasBeenSet =
false;
108 bool m_loggingHasBeenSet =
false;
109 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