@Generated(value="software.amazon.awssdk:codegen") public final class DatasetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetSummary.Builder,DatasetSummary>
Provides a summary of the properties of a dataset. For a complete listing, call the DescribeDataset API.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetSummary.Builder |
builder() |
Instant |
creationDateTime()
The date and time (in Unix time) that the dataset was created.
|
String |
datasetArn()
The Amazon Resource Name (ARN) of the dataset.
|
String |
datasetType()
The dataset type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time (in Unix time) that the dataset was last updated.
|
String |
name()
The name of the dataset.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetSummary.Builder> |
serializableBuilderClass() |
String |
status()
The status of the dataset.
|
DatasetSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the dataset.
public final String datasetArn()
The Amazon Resource Name (ARN) of the dataset.
public final String datasetType()
The dataset type. One of the following values:
Interactions
Items
Users
Event-Interactions
Interactions
Items
Users
Event-Interactions
public final String status()
The status of the dataset.
A dataset can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
A dataset can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
public final Instant creationDateTime()
The date and time (in Unix time) that the dataset was created.
public final Instant lastUpdatedDateTime()
The date and time (in Unix time) that the dataset was last updated.
public DatasetSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetSummary.Builder,DatasetSummary>public static DatasetSummary.Builder builder()
public static Class<? extends DatasetSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.