7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/DatabaseIdentifier.h>
12#include <aws/glue/model/FederatedDatabase.h>
13#include <aws/glue/model/PrincipalPermissions.h>
47 template <
typename NameT = Aws::String>
49 m_nameHasBeenSet =
true;
50 m_name = std::forward<NameT>(value);
52 template <
typename NameT = Aws::String>
54 SetName(std::forward<NameT>(value));
65 template <
typename DescriptionT = Aws::String>
67 m_descriptionHasBeenSet =
true;
68 m_description = std::forward<DescriptionT>(value);
70 template <
typename DescriptionT = Aws::String>
83 template <
typename LocationUriT = Aws::String>
85 m_locationUriHasBeenSet =
true;
86 m_locationUri = std::forward<LocationUriT>(value);
88 template <
typename LocationUriT = Aws::String>
102 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
104 m_parametersHasBeenSet =
true;
105 m_parameters = std::forward<ParametersT>(value);
107 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
112 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
114 m_parametersHasBeenSet =
true;
115 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
127 template <
typename CreateTableDefaultPermissionsT = Aws::Vector<PrincipalPermissions>>
129 m_createTableDefaultPermissionsHasBeenSet =
true;
130 m_createTableDefaultPermissions = std::forward<CreateTableDefaultPermissionsT>(value);
132 template <
typename CreateTableDefaultPermissionsT = Aws::Vector<PrincipalPermissions>>
137 template <
typename CreateTableDefaultPermissionsT = PrincipalPermissions>
139 m_createTableDefaultPermissionsHasBeenSet =
true;
140 m_createTableDefaultPermissions.emplace_back(std::forward<CreateTableDefaultPermissionsT>(value));
152 template <
typename TargetDatabaseT = DatabaseIdentifier>
154 m_targetDatabaseHasBeenSet =
true;
155 m_targetDatabase = std::forward<TargetDatabaseT>(value);
157 template <
typename TargetDatabaseT = DatabaseIdentifier>
171 template <
typename FederatedDatabaseT = FederatedDatabase>
173 m_federatedDatabaseHasBeenSet =
true;
174 m_federatedDatabase = std::forward<FederatedDatabaseT>(value);
176 template <
typename FederatedDatabaseT = FederatedDatabase>
196 bool m_nameHasBeenSet =
false;
197 bool m_descriptionHasBeenSet =
false;
198 bool m_locationUriHasBeenSet =
false;
199 bool m_parametersHasBeenSet =
false;
200 bool m_createTableDefaultPermissionsHasBeenSet =
false;
201 bool m_targetDatabaseHasBeenSet =
false;
202 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