7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename InlineT = Aws::Map<Aws::String, Aws::String>>
45 m_inlineHasBeenSet =
true;
46 m_inline = std::forward<InlineT>(value);
48 template <
typename InlineT = Aws::Map<Aws::String, Aws::String>>
53 template <
typename InlineKeyT = Aws::String,
typename InlineValueT = Aws::String>
55 m_inlineHasBeenSet =
true;
56 m_inline.emplace(std::forward<InlineKeyT>(key), std::forward<InlineValueT>(value));
62 bool m_inlineHasBeenSet =
false;
TreatmentOverrides & WithInline(InlineT &&value)
AWS_APPCONFIG_API TreatmentOverrides & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPCONFIG_API TreatmentOverrides()=default
bool InlineHasBeenSet() const
AWS_APPCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
TreatmentOverrides & AddInline(InlineKeyT &&key, InlineValueT &&value)
void SetInline(InlineT &&value)
AWS_APPCONFIG_API TreatmentOverrides(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetInline() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue