7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/model/LogDriver.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/ecs/model/Secret.h>
225 inline LogConfiguration&
AddOptions(
const char* key,
const char* value) { m_optionsHasBeenSet =
true; m_options.emplace(key, value);
return *
this; }
247 bool m_logDriverHasBeenSet =
false;
250 bool m_optionsHasBeenSet =
false;
253 bool m_secretOptionsHasBeenSet =
false;
bool OptionsHasBeenSet() const
LogConfiguration & WithLogDriver(const LogDriver &value)
LogConfiguration & WithLogDriver(LogDriver &&value)
AWS_ECS_API LogConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const LogDriver & GetLogDriver() const
void SetOptions(Aws::Map< Aws::String, Aws::String > &&value)
LogConfiguration & WithOptions(const Aws::Map< Aws::String, Aws::String > &value)
LogConfiguration & AddOptions(const char *key, Aws::String &&value)
LogConfiguration & AddOptions(Aws::String &&key, const Aws::String &value)
void SetLogDriver(const LogDriver &value)
AWS_ECS_API LogConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetSecretOptions(Aws::Vector< Secret > &&value)
LogConfiguration & AddOptions(Aws::String &&key, Aws::String &&value)
LogConfiguration & AddOptions(const char *key, const char *value)
LogConfiguration & AddSecretOptions(const Secret &value)
LogConfiguration & AddSecretOptions(Secret &&value)
const Aws::Vector< Secret > & GetSecretOptions() const
void SetSecretOptions(const Aws::Vector< Secret > &value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
LogConfiguration & WithSecretOptions(const Aws::Vector< Secret > &value)
AWS_ECS_API LogConfiguration()
LogConfiguration & AddOptions(const Aws::String &key, const Aws::String &value)
LogConfiguration & WithOptions(Aws::Map< Aws::String, Aws::String > &&value)
bool LogDriverHasBeenSet() const
LogConfiguration & AddOptions(Aws::String &&key, const char *value)
void SetOptions(const Aws::Map< Aws::String, Aws::String > &value)
LogConfiguration & AddOptions(const Aws::String &key, Aws::String &&value)
LogConfiguration & WithSecretOptions(Aws::Vector< Secret > &&value)
const Aws::Map< Aws::String, Aws::String > & GetOptions() const
bool SecretOptionsHasBeenSet() const
void SetLogDriver(LogDriver &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue