@Deprecated public class DeleteDatasetResult extends Object implements Serializable
| Constructor and Description |
|---|
DeleteDatasetResult()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
Dataset |
getDataset()
Deprecated.
A collection of data for an identity pool.
|
int |
hashCode()
Deprecated.
|
void |
setDataset(Dataset dataset)
Deprecated.
A collection of data for an identity pool.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDatasetResult |
withDataset(Dataset dataset)
Deprecated.
A collection of data for an identity pool.
|
public Dataset getDataset()
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 DeleteDatasetResult withDataset(Dataset dataset)
Returns a reference to this object so that method calls can be chained together.
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 ObjectObject.toString()Copyright © 2019. All rights reserved.