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