7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ecs/ECS_EXPORTS.h>
11#include <aws/ecs/model/LogDriver.h>
12#include <aws/ecs/model/Secret.h>
91 m_logDriverHasBeenSet =
true;
230 template <
typename OptionsT = Aws::Map<Aws::String, Aws::String>>
232 m_optionsHasBeenSet =
true;
233 m_options = std::forward<OptionsT>(value);
235 template <
typename OptionsT = Aws::Map<Aws::String, Aws::String>>
240 template <
typename OptionsKeyT = Aws::String,
typename OptionsValueT = Aws::String>
242 m_optionsHasBeenSet =
true;
243 m_options.emplace(std::forward<OptionsKeyT>(key), std::forward<OptionsValueT>(value));
257 template <
typename SecretOptionsT = Aws::Vector<Secret>>
259 m_secretOptionsHasBeenSet =
true;
260 m_secretOptions = std::forward<SecretOptionsT>(value);
262 template <
typename SecretOptionsT = Aws::Vector<Secret>>
267 template <
typename SecretOptionsT = Secret>
269 m_secretOptionsHasBeenSet =
true;
270 m_secretOptions.emplace_back(std::forward<SecretOptionsT>(value));
280 bool m_logDriverHasBeenSet =
false;
281 bool m_optionsHasBeenSet =
false;
282 bool m_secretOptionsHasBeenSet =
false;
bool OptionsHasBeenSet() const
LogConfiguration & AddOptions(OptionsKeyT &&key, OptionsValueT &&value)
AWS_ECS_API LogConfiguration()=default
AWS_ECS_API LogConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLogDriver(LogDriver value)
AWS_ECS_API LogConfiguration(Aws::Utils::Json::JsonView jsonValue)
LogConfiguration & WithSecretOptions(SecretOptionsT &&value)
const Aws::Vector< Secret > & GetSecretOptions() const
LogConfiguration & AddSecretOptions(SecretOptionsT &&value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOptions(OptionsT &&value)
LogConfiguration & WithLogDriver(LogDriver value)
bool LogDriverHasBeenSet() const
LogConfiguration & WithOptions(OptionsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetOptions() const
bool SecretOptionsHasBeenSet() const
LogDriver GetLogDriver() const
void SetSecretOptions(SecretOptionsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue