public class DescribeDatasetResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeDatasetResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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.
|
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 String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.