AWS SDK for C++
1.9.2
AWS SDK for C++
|
#include <DataCatalogSummary.h>
Public Member Functions | |
DataCatalogSummary () | |
DataCatalogSummary (Aws::Utils::Json::JsonView jsonValue) | |
DataCatalogSummary & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
const Aws::String & | GetCatalogName () const |
bool | CatalogNameHasBeenSet () const |
void | SetCatalogName (const Aws::String &value) |
void | SetCatalogName (Aws::String &&value) |
void | SetCatalogName (const char *value) |
DataCatalogSummary & | WithCatalogName (const Aws::String &value) |
DataCatalogSummary & | WithCatalogName (Aws::String &&value) |
DataCatalogSummary & | WithCatalogName (const char *value) |
const DataCatalogType & | GetType () const |
bool | TypeHasBeenSet () const |
void | SetType (const DataCatalogType &value) |
void | SetType (DataCatalogType &&value) |
DataCatalogSummary & | WithType (const DataCatalogType &value) |
DataCatalogSummary & | WithType (DataCatalogType &&value) |
The summary information for the data catalog, which includes its name and type.
Definition at line 33 of file DataCatalogSummary.h.
Aws::Athena::Model::DataCatalogSummary::DataCatalogSummary | ( | ) |
Aws::Athena::Model::DataCatalogSummary::DataCatalogSummary | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The name of the data catalog.
Definition at line 50 of file DataCatalogSummary.h.
|
inline |
The name of the data catalog.
Definition at line 45 of file DataCatalogSummary.h.
|
inline |
The data catalog type.
Definition at line 86 of file DataCatalogSummary.h.
Aws::Utils::Json::JsonValue Aws::Athena::Model::DataCatalogSummary::Jsonize | ( | ) | const |
DataCatalogSummary& Aws::Athena::Model::DataCatalogSummary::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The name of the data catalog.
Definition at line 60 of file DataCatalogSummary.h.
|
inline |
The name of the data catalog.
Definition at line 55 of file DataCatalogSummary.h.
|
inline |
The name of the data catalog.
Definition at line 65 of file DataCatalogSummary.h.
|
inline |
The data catalog type.
Definition at line 96 of file DataCatalogSummary.h.
|
inline |
The data catalog type.
Definition at line 101 of file DataCatalogSummary.h.
|
inline |
The data catalog type.
Definition at line 91 of file DataCatalogSummary.h.
|
inline |
The name of the data catalog.
Definition at line 75 of file DataCatalogSummary.h.
|
inline |
The name of the data catalog.
Definition at line 70 of file DataCatalogSummary.h.
|
inline |
The name of the data catalog.
Definition at line 80 of file DataCatalogSummary.h.
|
inline |
The data catalog type.
Definition at line 106 of file DataCatalogSummary.h.
|
inline |
The data catalog type.
Definition at line 111 of file DataCatalogSummary.h.