7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename ConnectionNameT = Aws::String>
42 m_connectionNameHasBeenSet =
true;
43 m_connectionName = std::forward<ConnectionNameT>(value);
45 template <
typename ConnectionNameT = Aws::String>
59 template <
typename CatalogIdT = Aws::String>
61 m_catalogIdHasBeenSet =
true;
62 m_catalogId = std::forward<CatalogIdT>(value);
64 template <
typename CatalogIdT = Aws::String>
79 template <
typename ParentEntityNameT = Aws::String>
81 m_parentEntityNameHasBeenSet =
true;
82 m_parentEntityName = std::forward<ParentEntityNameT>(value);
84 template <
typename ParentEntityNameT = Aws::String>
97 template <
typename NextTokenT = Aws::String>
99 m_nextTokenHasBeenSet =
true;
100 m_nextToken = std::forward<NextTokenT>(value);
102 template <
typename NextTokenT = Aws::String>
115 template <
typename DataStoreApiVersionT = Aws::String>
117 m_dataStoreApiVersionHasBeenSet =
true;
118 m_dataStoreApiVersion = std::forward<DataStoreApiVersionT>(value);
120 template <
typename DataStoreApiVersionT = Aws::String>
136 bool m_connectionNameHasBeenSet =
false;
137 bool m_catalogIdHasBeenSet =
false;
138 bool m_parentEntityNameHasBeenSet =
false;
139 bool m_nextTokenHasBeenSet =
false;
140 bool m_dataStoreApiVersionHasBeenSet =
false;
AWS_GLUE_API ListEntitiesRequest()=default
ListEntitiesRequest & WithConnectionName(ConnectionNameT &&value)
const Aws::String & GetDataStoreApiVersion() const
const Aws::String & GetNextToken() const
ListEntitiesRequest & WithCatalogId(CatalogIdT &&value)
bool NextTokenHasBeenSet() const
ListEntitiesRequest & WithDataStoreApiVersion(DataStoreApiVersionT &&value)
const Aws::String & GetConnectionName() const
ListEntitiesRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetParentEntityName() const
ListEntitiesRequest & WithParentEntityName(ParentEntityNameT &&value)
bool ConnectionNameHasBeenSet() const
void SetConnectionName(ConnectionNameT &&value)
virtual const char * GetServiceRequestName() const override
bool ParentEntityNameHasBeenSet() const
void SetCatalogId(CatalogIdT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetParentEntityName(ParentEntityNameT &&value)
void SetDataStoreApiVersion(DataStoreApiVersionT &&value)
bool DataStoreApiVersionHasBeenSet() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetCatalogId() const
bool CatalogIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String