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 DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
78 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
80 m_parametersHasBeenSet =
true;
81 m_parameters = std::forward<ParametersT>(value);
83 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
88 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
90 m_parametersHasBeenSet =
true;
91 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
101 bool m_nameHasBeenSet =
false;
102 bool m_descriptionHasBeenSet =
false;
103 bool m_parametersHasBeenSet =
false;
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
AWS_ATHENA_API Database & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ParametersHasBeenSet() const
AWS_ATHENA_API Database(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
bool NameHasBeenSet() const
Database & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
Database & WithName(NameT &&value)
Database & WithParameters(ParametersT &&value)
void SetParameters(ParametersT &&value)
AWS_ATHENA_API Database()=default
bool DescriptionHasBeenSet() const
Database & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
const Aws::String & GetName() const
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