@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataCatalogSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary information for the data catalog, which includes its name and type.
| Constructor and Description |
|---|
DataCatalogSummary() |
| Modifier and Type | Method and Description |
|---|---|
DataCatalogSummary |
clone() |
boolean |
equals(Object obj) |
String |
getCatalogName()
The name of the data catalog.
|
String |
getType()
The data catalog type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCatalogName(String catalogName)
The name of the data catalog.
|
void |
setType(String type)
The data catalog type.
|
String |
toString()
Returns a string representation of this object.
|
DataCatalogSummary |
withCatalogName(String catalogName)
The name of the data catalog.
|
DataCatalogSummary |
withType(DataCatalogType type)
The data catalog type.
|
DataCatalogSummary |
withType(String type)
The data catalog type.
|
public void setCatalogName(String catalogName)
The name of the data catalog.
catalogName - The name of the data catalog.public String getCatalogName()
The name of the data catalog.
public DataCatalogSummary withCatalogName(String catalogName)
The name of the data catalog.
catalogName - The name of the data catalog.public void setType(String type)
The data catalog type.
type - The data catalog type.DataCatalogTypepublic String getType()
The data catalog type.
DataCatalogTypepublic DataCatalogSummary withType(String type)
The data catalog type.
type - The data catalog type.DataCatalogTypepublic DataCatalogSummary withType(DataCatalogType type)
The data catalog type.
type - The data catalog type.DataCatalogTypepublic String toString()
toString in class ObjectObject.toString()public DataCatalogSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.