@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDatasetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDatasetResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDatasetResult |
clone() |
boolean |
equals(Object obj) |
Dataset |
getDataset()
A listing of the dataset's properties.
|
int |
hashCode() |
void |
setDataset(Dataset dataset)
A listing of the dataset's properties.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDatasetResult |
withDataset(Dataset dataset)
A listing of the dataset's properties.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDataset(Dataset dataset)
A listing of the dataset's properties.
dataset
- A listing of the dataset's properties.public Dataset getDataset()
A listing of the dataset's properties.
public DescribeDatasetResult withDataset(Dataset dataset)
A listing of the dataset's properties.
dataset
- A listing of the dataset's properties.public String toString()
toString
in class Object
Object.toString()
public DescribeDatasetResult clone()