7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/FirelensConfigurationType.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
71 template<
typename OptionsT = Aws::Map<Aws::String, Aws::String>>
72 void SetOptions(OptionsT&& value) { m_optionsHasBeenSet =
true; m_options = std::forward<OptionsT>(value); }
73 template<
typename OptionsT = Aws::Map<Aws::String, Aws::String>>
75 template<
typename OptionsKeyT = Aws::String,
typename OptionsValueT = Aws::String>
77 m_optionsHasBeenSet =
true; m_options.emplace(std::forward<OptionsKeyT>(key), std::forward<OptionsValueT>(value));
return *
this;
83 bool m_typeHasBeenSet =
false;
86 bool m_optionsHasBeenSet =
false;
void SetOptions(OptionsT &&value)
AWS_BATCH_API FirelensConfiguration()=default
FirelensConfigurationType GetType() const
const Aws::Map< Aws::String, Aws::String > & GetOptions() const
AWS_BATCH_API FirelensConfiguration(Aws::Utils::Json::JsonView jsonValue)
FirelensConfiguration & AddOptions(OptionsKeyT &&key, OptionsValueT &&value)
AWS_BATCH_API FirelensConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
FirelensConfiguration & WithType(FirelensConfigurationType value)
FirelensConfiguration & WithOptions(OptionsT &&value)
void SetType(FirelensConfigurationType value)
bool OptionsHasBeenSet() const
FirelensConfigurationType
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue