public class DescribeDatasetResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeDatasetResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Dataset |
getDataset()
Returns the value of the Dataset property for this object.
|
int |
hashCode() |
void |
setDataset(Dataset dataset)
Sets the value of the Dataset property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDatasetResult |
withDataset(Dataset dataset)
Sets the value of the Dataset property for this object.
|
public Dataset getDataset()
public void setDataset(Dataset dataset)
dataset - The new value for the Dataset property for this object.public DescribeDatasetResult withDataset(Dataset dataset)
Returns a reference to this object so that method calls can be chained together.
dataset - The new value for the Dataset property for this object.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object