@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public DescribeDatasetResult clone()