@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSource extends Object implements Serializable, Cloneable, StructuredPojo
A data source (an Glue table) for which you want data quality results.
Constructor and Description |
---|
DataSource() |
Modifier and Type | Method and Description |
---|---|
DataSource |
clone() |
boolean |
equals(Object obj) |
GlueTable |
getGlueTable()
An Glue table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGlueTable(GlueTable glueTable)
An Glue table.
|
String |
toString()
Returns a string representation of this object.
|
DataSource |
withGlueTable(GlueTable glueTable)
An Glue table.
|
public void setGlueTable(GlueTable glueTable)
An Glue table.
glueTable
- An Glue table.public GlueTable getGlueTable()
An Glue table.
public DataSource withGlueTable(GlueTable glueTable)
An Glue table.
glueTable
- An Glue table.public String toString()
toString
in class Object
Object.toString()
public DataSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.