@Generated(value="software.amazon.awssdk:codegen") public final class DatasetContentSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetContentSummary.Builder,DatasetContentSummary>
Summary information about data set contents.
Modifier and Type | Class and Description |
---|---|
static interface |
DatasetContentSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static DatasetContentSummary.Builder |
builder() |
Instant |
creationTime()
The actual time the creation of the data set contents was started.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
scheduleTime()
The time the creation of the data set contents was scheduled to start.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetContentSummary.Builder> |
serializableBuilderClass() |
DatasetContentStatus |
status()
The status of the data set contents.
|
DatasetContentSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
version()
The version of the data set contents.
|
copy
public String version()
The version of the data set contents.
public DatasetContentStatus status()
The status of the data set contents.
public Instant creationTime()
The actual time the creation of the data set contents was started.
public Instant scheduleTime()
The time the creation of the data set contents was scheduled to start.
public DatasetContentSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DatasetContentSummary.Builder,DatasetContentSummary>
public static DatasetContentSummary.Builder builder()
public static Class<? extends DatasetContentSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.