StructuredPojo
, ToCopyableBuilder<Dataset.Builder,Dataset>
@Generated("software.amazon.awssdk:codegen") public class Dataset extends Object implements StructuredPojo, ToCopyableBuilder<Dataset.Builder,Dataset>
Modifier and Type | Class | Description |
---|---|---|
static interface |
Dataset.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Dataset.Builder |
builder() |
|
Date |
creationDate() |
Date on which the dataset was created.
|
String |
datasetName() |
A string of up to 128 characters.
|
Long |
dataStorage() |
Total size in bytes of the records in this dataset.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
identityId() |
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
String |
lastModifiedBy() |
The device that made the last change to this dataset.
|
Date |
lastModifiedDate() |
Date when the dataset was last modified.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Long |
numRecords() |
Number of records in this dataset.
|
static Class<? extends Dataset.Builder> |
serializableBuilderClass() |
|
Dataset.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String identityId()
public String datasetName()
public Date creationDate()
public Date lastModifiedDate()
public String lastModifiedBy()
public Long dataStorage()
public Long numRecords()
public Dataset.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Dataset.Builder,Dataset>
public static Dataset.Builder builder()
public static Class<? extends Dataset.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.