7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/deadline/Deadline_EXPORTS.h>
41 template <
typename LogDriverT = Aws::String>
43 m_logDriverHasBeenSet =
true;
44 m_logDriver = std::forward<LogDriverT>(value);
46 template <
typename LogDriverT = Aws::String>
59 template <
typename OptionsT = Aws::Map<Aws::String, Aws::String>>
61 m_optionsHasBeenSet =
true;
62 m_options = std::forward<OptionsT>(value);
64 template <
typename OptionsT = Aws::Map<Aws::String, Aws::String>>
69 template <
typename OptionsKeyT = Aws::String,
typename OptionsValueT = Aws::String>
71 m_optionsHasBeenSet =
true;
72 m_options.emplace(std::forward<OptionsKeyT>(key), std::forward<OptionsValueT>(value));
83 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
85 m_parametersHasBeenSet =
true;
86 m_parameters = std::forward<ParametersT>(value);
88 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
93 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
95 m_parametersHasBeenSet =
true;
96 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
107 template <
typename ErrorT = Aws::String>
109 m_errorHasBeenSet =
true;
110 m_error = std::forward<ErrorT>(value);
112 template <
typename ErrorT = Aws::String>
114 SetError(std::forward<ErrorT>(value));
126 bool m_logDriverHasBeenSet =
false;
127 bool m_optionsHasBeenSet =
false;
128 bool m_parametersHasBeenSet =
false;
129 bool m_errorHasBeenSet =
false;
bool ParametersHasBeenSet() const
LogConfiguration & WithParameters(ParametersT &&value)
AWS_DEADLINE_API LogConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetOptions(OptionsT &&value)
AWS_DEADLINE_API LogConfiguration()=default
const Aws::String & GetError() const
bool LogDriverHasBeenSet() const
LogConfiguration & AddOptions(OptionsKeyT &&key, OptionsValueT &&value)
void SetParameters(ParametersT &&value)
LogConfiguration & WithLogDriver(LogDriverT &&value)
LogConfiguration & WithOptions(OptionsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetOptions() const
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
const Aws::String & GetLogDriver() const
LogConfiguration & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
bool ErrorHasBeenSet() const
void SetError(ErrorT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
LogConfiguration & WithError(ErrorT &&value)
bool OptionsHasBeenSet() const
AWS_DEADLINE_API LogConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLogDriver(LogDriverT &&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
Aws::Utils::Json::JsonValue JsonValue