@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()
An object that contains information about the dataset.
|
int |
hashCode() |
void |
setDataset(Dataset dataset)
An object that contains information about the dataset.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDatasetResult |
withDataset(Dataset dataset)
An object that contains information about the dataset.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDataset(Dataset dataset)
An object that contains information about the dataset.
dataset
- An object that contains information about the dataset.public Dataset getDataset()
An object that contains information about the dataset.
public DescribeDatasetResult withDataset(Dataset dataset)
An object that contains information about the dataset.
dataset
- An object that contains information about the dataset.public String toString()
toString
in class Object
Object.toString()
public DescribeDatasetResult clone()