7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ConnectionNameT = Aws::String>
45 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet =
true; m_connectionName = std::forward<ConnectionNameT>(value); }
46 template<
typename ConnectionNameT = Aws::String>
57 template<
typename CatalogIdT = Aws::String>
58 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
59 template<
typename CatalogIdT = Aws::String>
71 template<
typename ParentEntityNameT = Aws::String>
72 void SetParentEntityName(ParentEntityNameT&& value) { m_parentEntityNameHasBeenSet =
true; m_parentEntityName = std::forward<ParentEntityNameT>(value); }
73 template<
typename ParentEntityNameT = Aws::String>
83 template<
typename NextTokenT = Aws::String>
84 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
85 template<
typename NextTokenT = Aws::String>
95 template<
typename DataStoreApiVersionT = Aws::String>
96 void SetDataStoreApiVersion(DataStoreApiVersionT&& value) { m_dataStoreApiVersionHasBeenSet =
true; m_dataStoreApiVersion = std::forward<DataStoreApiVersionT>(value); }
97 template<
typename DataStoreApiVersionT = Aws::String>
103 bool m_connectionNameHasBeenSet =
false;
106 bool m_catalogIdHasBeenSet =
false;
109 bool m_parentEntityNameHasBeenSet =
false;
112 bool m_nextTokenHasBeenSet =
false;
115 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