7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/glue/model/DatabaseIdentifier.h>
12#include <aws/glue/model/FederatedDatabase.h>
13#include <aws/glue/model/PrincipalPermissions.h>
55 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
69 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
83 inline void SetLocationUri(
const char* value) { m_locationUriHasBeenSet =
true; m_locationUri.assign(value); }
106 inline DatabaseInput&
AddParameters(
const char* key,
const char* value) { m_parametersHasBeenSet =
true; m_parameters.emplace(key, value);
return *
this; }
152 bool m_nameHasBeenSet =
false;
155 bool m_descriptionHasBeenSet =
false;
158 bool m_locationUriHasBeenSet =
false;
161 bool m_parametersHasBeenSet =
false;
164 bool m_createTableDefaultPermissionsHasBeenSet =
false;
167 bool m_targetDatabaseHasBeenSet =
false;
170 bool m_federatedDatabaseHasBeenSet =
false;
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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue