7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename ConnectionNameT = Aws::String>
44 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet =
true; m_connectionName = std::forward<ConnectionNameT>(value); }
45 template<
typename ConnectionNameT = Aws::String>
56 template<
typename CatalogIdT = Aws::String>
57 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
58 template<
typename CatalogIdT = Aws::String>
69 template<
typename EntityNameT = Aws::String>
70 void SetEntityName(EntityNameT&& value) { m_entityNameHasBeenSet =
true; m_entityName = std::forward<EntityNameT>(value); }
71 template<
typename EntityNameT = Aws::String>
81 template<
typename NextTokenT = Aws::String>
82 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
83 template<
typename NextTokenT = Aws::String>
93 template<
typename DataStoreApiVersionT = Aws::String>
94 void SetDataStoreApiVersion(DataStoreApiVersionT&& value) { m_dataStoreApiVersionHasBeenSet =
true; m_dataStoreApiVersion = std::forward<DataStoreApiVersionT>(value); }
95 template<
typename DataStoreApiVersionT = Aws::String>
101 bool m_connectionNameHasBeenSet =
false;
104 bool m_catalogIdHasBeenSet =
false;
107 bool m_entityNameHasBeenSet =
false;
110 bool m_nextTokenHasBeenSet =
false;
113 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