@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CompareFileType extends Object implements Serializable, Cloneable, StructuredPojo
Compares the file type.
Constructor and Description |
---|
CompareFileType() |
Modifier and Type | Method and Description |
---|---|
CompareFileType |
clone() |
boolean |
equals(Object obj) |
CompareDatabaseCDCSummary |
getDatabaseCDC()
The database CDC of the compare file type.
|
CompareDataSetsSummary |
getDatasets()
The data sets in the compare file type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDatabaseCDC(CompareDatabaseCDCSummary databaseCDC)
The database CDC of the compare file type.
|
void |
setDatasets(CompareDataSetsSummary datasets)
The data sets in the compare file type.
|
String |
toString()
Returns a string representation of this object.
|
CompareFileType |
withDatabaseCDC(CompareDatabaseCDCSummary databaseCDC)
The database CDC of the compare file type.
|
CompareFileType |
withDatasets(CompareDataSetsSummary datasets)
The data sets in the compare file type.
|
public void setDatasets(CompareDataSetsSummary datasets)
The data sets in the compare file type.
datasets
- The data sets in the compare file type.public CompareDataSetsSummary getDatasets()
The data sets in the compare file type.
public CompareFileType withDatasets(CompareDataSetsSummary datasets)
The data sets in the compare file type.
datasets
- The data sets in the compare file type.public void setDatabaseCDC(CompareDatabaseCDCSummary databaseCDC)
The database CDC of the compare file type.
databaseCDC
- The database CDC of the compare file type.public CompareDatabaseCDCSummary getDatabaseCDC()
The database CDC of the compare file type.
public CompareFileType withDatabaseCDC(CompareDatabaseCDCSummary databaseCDC)
The database CDC of the compare file type.
databaseCDC
- The database CDC of the compare file type.public String toString()
toString
in class Object
Object.toString()
public CompareFileType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.