@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDatasetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteDatasetResult() |
Modifier and Type | Method and Description |
---|---|
DeleteDatasetResult |
clone() |
boolean |
equals(Object obj) |
Dataset |
getDataset()
A collection of data for an identity pool.
|
int |
hashCode() |
void |
setDataset(Dataset dataset)
A collection of data for an identity pool.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteDatasetResult |
withDataset(Dataset dataset)
A collection of data for an identity pool.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDataset(Dataset dataset)
dataset
- A collection of data for an identity pool. An identity pool can have multiple datasets. A dataset is per
identity and can be general or associated with a particular entity in an application (like a saved game).
Datasets are automatically created if they don't exist. Data is synced by dataset, and a dataset can hold
up to 1MB of key-value pairs.public Dataset getDataset()
public DeleteDatasetResult withDataset(Dataset dataset)
dataset
- A collection of data for an identity pool. An identity pool can have multiple datasets. A dataset is per
identity and can be general or associated with a particular entity in an application (like a saved game).
Datasets are automatically created if they don't exist. Data is synced by dataset, and a dataset can hold
up to 1MB of key-value pairs.public String toString()
toString
in class Object
Object.toString()
public DeleteDatasetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.