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