@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CompareDataSetsSummary extends Object implements Serializable, Cloneable, StructuredPojo
Compares data sets summary.
| Constructor and Description |
|---|
CompareDataSetsSummary() |
| Modifier and Type | Method and Description |
|---|---|
CompareDataSetsSummary |
clone() |
boolean |
equals(Object obj) |
CompareDataSetsStepInput |
getStepInput()
The step input of the compare data sets summary.
|
CompareDataSetsStepOutput |
getStepOutput()
The step output of the compare data sets summary.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStepInput(CompareDataSetsStepInput stepInput)
The step input of the compare data sets summary.
|
void |
setStepOutput(CompareDataSetsStepOutput stepOutput)
The step output of the compare data sets summary.
|
String |
toString()
Returns a string representation of this object.
|
CompareDataSetsSummary |
withStepInput(CompareDataSetsStepInput stepInput)
The step input of the compare data sets summary.
|
CompareDataSetsSummary |
withStepOutput(CompareDataSetsStepOutput stepOutput)
The step output of the compare data sets summary.
|
public void setStepInput(CompareDataSetsStepInput stepInput)
The step input of the compare data sets summary.
stepInput - The step input of the compare data sets summary.public CompareDataSetsStepInput getStepInput()
The step input of the compare data sets summary.
public CompareDataSetsSummary withStepInput(CompareDataSetsStepInput stepInput)
The step input of the compare data sets summary.
stepInput - The step input of the compare data sets summary.public void setStepOutput(CompareDataSetsStepOutput stepOutput)
The step output of the compare data sets summary.
stepOutput - The step output of the compare data sets summary.public CompareDataSetsStepOutput getStepOutput()
The step output of the compare data sets summary.
public CompareDataSetsSummary withStepOutput(CompareDataSetsStepOutput stepOutput)
The step output of the compare data sets summary.
stepOutput - The step output of the compare data sets summary.public String toString()
toString in class ObjectObject.toString()public CompareDataSetsSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.