7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ecs/ECS_EXPORTS.h>
10#include <aws/ecs/model/FirelensConfigurationType.h>
48 m_typeHasBeenSet =
true;
72 template <
typename OptionsT = Aws::Map<Aws::String, Aws::String>>
74 m_optionsHasBeenSet =
true;
75 m_options = std::forward<OptionsT>(value);
77 template <
typename OptionsT = Aws::Map<Aws::String, Aws::String>>
82 template <
typename OptionsKeyT = Aws::String,
typename OptionsValueT = Aws::String>
84 m_optionsHasBeenSet =
true;
85 m_options.emplace(std::forward<OptionsKeyT>(key), std::forward<OptionsValueT>(value));
93 bool m_typeHasBeenSet =
false;
94 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