@Generated(value="software.amazon.awssdk:codegen") public final class DatasetUpdateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetUpdateSummary.Builder,DatasetUpdateSummary>
Describes an update to a dataset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetUpdateSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetUpdateSummary.Builder |
builder() |
Instant |
creationDateTime()
The creation date and time (in Unix time) of the dataset update.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If updating a dataset fails, provides the reason why.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The last update date and time (in Unix time) of the dataset.
|
String |
schemaArn()
The Amazon Resource Name (ARN) of the schema that replaced the previous schema of the dataset.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetUpdateSummary.Builder> |
serializableBuilderClass() |
String |
status()
The status of the dataset update.
|
DatasetUpdateSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String schemaArn()
The Amazon Resource Name (ARN) of the schema that replaced the previous schema of the dataset.
public final String status()
The status of the dataset update.
public final String failureReason()
If updating a dataset fails, provides the reason why.
public final Instant creationDateTime()
The creation date and time (in Unix time) of the dataset update.
public final Instant lastUpdatedDateTime()
The last update date and time (in Unix time) of the dataset.
public DatasetUpdateSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetUpdateSummary.Builder,DatasetUpdateSummary>public static DatasetUpdateSummary.Builder builder()
public static Class<? extends DatasetUpdateSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.