@Generated(value="software.amazon.awssdk:codegen") public final class DatasetSchemaSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetSchemaSummary.Builder,DatasetSchemaSummary>
Provides a summary of the properties of a dataset schema. For a complete listing, call the DescribeSchema API.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetSchemaSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetSchemaSummary.Builder |
builder() |
Instant |
creationDateTime()
The date and time (in Unix time) that the schema was created.
|
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 schema was last updated.
|
String |
name()
The name of the schema.
|
String |
schemaArn()
The Amazon Resource Name (ARN) of the schema.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetSchemaSummary.Builder> |
serializableBuilderClass() |
DatasetSchemaSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the schema.
public String schemaArn()
The Amazon Resource Name (ARN) of the schema.
public Instant creationDateTime()
The date and time (in Unix time) that the schema was created.
public Instant lastUpdatedDateTime()
The date and time (in Unix time) that the schema was last updated.
public DatasetSchemaSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetSchemaSummary.Builder,DatasetSchemaSummary>public static DatasetSchemaSummary.Builder builder()
public static Class<? extends DatasetSchemaSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.