@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GlueDataCatalogConfigurationDescription extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of the Glue Data Catalog that you use for Apache Flink SQL queries and table API transforms that you write in an application.
Constructor and Description |
---|
GlueDataCatalogConfigurationDescription() |
Modifier and Type | Method and Description |
---|---|
GlueDataCatalogConfigurationDescription |
clone() |
boolean |
equals(Object obj) |
String |
getDatabaseARN()
The Amazon Resource Name (ARN) of the database.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDatabaseARN(String databaseARN)
The Amazon Resource Name (ARN) of the database.
|
String |
toString()
Returns a string representation of this object.
|
GlueDataCatalogConfigurationDescription |
withDatabaseARN(String databaseARN)
The Amazon Resource Name (ARN) of the database.
|
public GlueDataCatalogConfigurationDescription()
public void setDatabaseARN(String databaseARN)
The Amazon Resource Name (ARN) of the database.
databaseARN
- The Amazon Resource Name (ARN) of the database.public String getDatabaseARN()
The Amazon Resource Name (ARN) of the database.
public GlueDataCatalogConfigurationDescription withDatabaseARN(String databaseARN)
The Amazon Resource Name (ARN) of the database.
databaseARN
- The Amazon Resource Name (ARN) of the database.public String toString()
toString
in class Object
Object.toString()
public GlueDataCatalogConfigurationDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.