7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
62 m_propertiesHasBeenSet =
true;
63 m_properties = std::forward<PropertiesT>(value);
65 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
70 template <
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
72 m_propertiesHasBeenSet =
true;
73 m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
81 bool m_nameHasBeenSet =
false;
82 bool m_propertiesHasBeenSet =
false;
const Aws::String & GetName() const
AWS_ATHENA_API Classification & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PropertiesHasBeenSet() const
void SetProperties(PropertiesT &&value)
bool NameHasBeenSet() const
void SetName(NameT &&value)
Classification & WithName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetProperties() const
AWS_ATHENA_API Classification(Aws::Utils::Json::JsonView jsonValue)
Classification & AddProperties(PropertiesKeyT &&key, PropertiesValueT &&value)
AWS_ATHENA_API Classification()=default
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
Classification & WithProperties(PropertiesT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue