7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/DatabaseAttributes.h>
12#include <aws/glue/model/ResourceShareType.h>
43 template <
typename CatalogIdT = Aws::String>
45 m_catalogIdHasBeenSet =
true;
46 m_catalogId = std::forward<CatalogIdT>(value);
48 template <
typename CatalogIdT = Aws::String>
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
80 m_maxResultsHasBeenSet =
true;
103 m_resourceShareTypeHasBeenSet =
true;
104 m_resourceShareType = value;
120 template <
typename AttributesToGetT = Aws::Vector<DatabaseAttributes>>
122 m_attributesToGetHasBeenSet =
true;
123 m_attributesToGet = std::forward<AttributesToGetT>(value);
125 template <
typename AttributesToGetT = Aws::Vector<DatabaseAttributes>>
131 m_attributesToGetHasBeenSet =
true;
132 m_attributesToGet.push_back(value);
146 bool m_catalogIdHasBeenSet =
false;
147 bool m_nextTokenHasBeenSet =
false;
148 bool m_maxResultsHasBeenSet =
false;
149 bool m_resourceShareTypeHasBeenSet =
false;
150 bool m_attributesToGetHasBeenSet =
false;
bool AttributesToGetHasBeenSet() const
const Aws::Vector< DatabaseAttributes > & GetAttributesToGet() const
AWS_GLUE_API GetDatabasesRequest()=default
GetDatabasesRequest & WithCatalogId(CatalogIdT &&value)
void SetResourceShareType(ResourceShareType value)
void SetAttributesToGet(AttributesToGetT &&value)
int GetMaxResults() const
ResourceShareType GetResourceShareType() const
const Aws::String & GetCatalogId() const
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
void SetCatalogId(CatalogIdT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool CatalogIdHasBeenSet() const
GetDatabasesRequest & AddAttributesToGet(DatabaseAttributes value)
bool NextTokenHasBeenSet() const
GetDatabasesRequest & WithResourceShareType(ResourceShareType value)
bool MaxResultsHasBeenSet() const
GetDatabasesRequest & WithMaxResults(int value)
GetDatabasesRequest & WithNextToken(NextTokenT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
bool ResourceShareTypeHasBeenSet() const
GetDatabasesRequest & WithAttributesToGet(AttributesToGetT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector