7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
39 template <
typename ConnectionNameT = Aws::String>
41 m_connectionNameHasBeenSet =
true;
42 m_connectionName = std::forward<ConnectionNameT>(value);
44 template <
typename ConnectionNameT = Aws::String>
58 template <
typename CatalogIdT = Aws::String>
60 m_catalogIdHasBeenSet =
true;
61 m_catalogId = std::forward<CatalogIdT>(value);
63 template <
typename CatalogIdT = Aws::String>
77 template <
typename EntityNameT = Aws::String>
79 m_entityNameHasBeenSet =
true;
80 m_entityName = std::forward<EntityNameT>(value);
82 template <
typename EntityNameT = Aws::String>
95 template <
typename NextTokenT = Aws::String>
97 m_nextTokenHasBeenSet =
true;
98 m_nextToken = std::forward<NextTokenT>(value);
100 template <
typename NextTokenT = Aws::String>
113 template <
typename DataStoreApiVersionT = Aws::String>
115 m_dataStoreApiVersionHasBeenSet =
true;
116 m_dataStoreApiVersion = std::forward<DataStoreApiVersionT>(value);
118 template <
typename DataStoreApiVersionT = Aws::String>
134 bool m_connectionNameHasBeenSet =
false;
135 bool m_catalogIdHasBeenSet =
false;
136 bool m_entityNameHasBeenSet =
false;
137 bool m_nextTokenHasBeenSet =
false;
138 bool m_dataStoreApiVersionHasBeenSet =
false;
const Aws::String & GetConnectionName() const
bool ConnectionNameHasBeenSet() const
DescribeEntityRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
void SetEntityName(EntityNameT &&value)
void SetCatalogId(CatalogIdT &&value)
const Aws::String & GetEntityName() const
void SetDataStoreApiVersion(DataStoreApiVersionT &&value)
const Aws::String & GetNextToken() const
bool DataStoreApiVersionHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool CatalogIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_GLUE_API Aws::String SerializePayload() const override
AWS_GLUE_API DescribeEntityRequest()=default
bool EntityNameHasBeenSet() const
bool NextTokenHasBeenSet() const
DescribeEntityRequest & WithCatalogId(CatalogIdT &&value)
DescribeEntityRequest & WithDataStoreApiVersion(DataStoreApiVersionT &&value)
DescribeEntityRequest & WithEntityName(EntityNameT &&value)
const Aws::String & GetDataStoreApiVersion() const
const Aws::String & GetCatalogId() const
void SetConnectionName(ConnectionNameT &&value)
DescribeEntityRequest & WithConnectionName(ConnectionNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String