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>
48 m_typeHasBeenSet =
true;
71 template <
typename OptionsT = Aws::Map<Aws::String, Aws::String>>
73 m_optionsHasBeenSet =
true;
74 m_options = std::forward<OptionsT>(value);
76 template <
typename OptionsT = Aws::Map<Aws::String, Aws::String>>
81 template <
typename OptionsKeyT = Aws::String,
typename OptionsValueT = Aws::String>
83 m_optionsHasBeenSet =
true;
84 m_options.emplace(std::forward<OptionsKeyT>(key), std::forward<OptionsValueT>(value));
92 bool m_typeHasBeenSet =
false;
93 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