Class DescribeDatasetResult
- java.lang.Object
-
- com.amazonaws.services.cognitosync.model.DescribeDatasetResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeDatasetResult extends Object implements Serializable, Cloneable
Response to a successful DescribeDataset request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeDatasetResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeDatasetResultclone()booleanequals(Object obj)DatasetgetDataset()Meta data for a collection of data for an identity.inthashCode()voidsetDataset(Dataset dataset)Meta data for a collection of data for an identity.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeDatasetResultwithDataset(Dataset dataset)Meta data for a collection of data for an identity.
-
-
-
Method Detail
-
setDataset
public void setDataset(Dataset dataset)
Meta data 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.- Parameters:
dataset- Meta data 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.
-
getDataset
public Dataset getDataset()
Meta data 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.- Returns:
- Meta data 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.
-
withDataset
public DescribeDatasetResult withDataset(Dataset dataset)
Meta data 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.- Parameters:
dataset- Meta data 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeDatasetResult clone()
-
-