@Generated(value="software.amazon.awssdk:codegen") public final class DatasetContentSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetContentSummary.Builder,DatasetContentSummary>
Summary information about dataset contents.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetContentSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetContentSummary.Builder |
builder() |
Instant |
completionTime()
The time the dataset content status was updated to SUCCEEDED or FAILED.
|
Instant |
creationTime()
The actual time the creation of the dataset contents was started.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
scheduleTime()
The time the creation of the dataset contents was scheduled to start.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetContentSummary.Builder> |
serializableBuilderClass() |
DatasetContentStatus |
status()
The status of the dataset contents.
|
DatasetContentSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The version of the dataset contents.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String version()
The version of the dataset contents.
public final DatasetContentStatus status()
The status of the dataset contents.
public final Instant creationTime()
The actual time the creation of the dataset contents was started.
public final Instant scheduleTime()
The time the creation of the dataset contents was scheduled to start.
public final Instant completionTime()
The time the dataset content status was updated to SUCCEEDED or FAILED.
public DatasetContentSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetContentSummary.Builder,DatasetContentSummary>public static DatasetContentSummary.Builder builder()
public static Class<? extends DatasetContentSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.