@Generated(value="software.amazon.awssdk:codegen") public final class SchemaMappingSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SchemaMappingSummary.Builder,SchemaMappingSummary>
An object containing SchemaName, SchemaArn, CreatedAt, and
UpdatedAt.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SchemaMappingSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SchemaMappingSummary.Builder |
builder() |
Instant |
createdAt()
The timestamp of when the
SchemaMapping was created. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
schemaArn()
The ARN (Amazon Resource Name) that Entity Resolution generated for the
SchemaMapping. |
String |
schemaName()
The name of the schema.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SchemaMappingSummary.Builder> |
serializableBuilderClass() |
SchemaMappingSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp of when the
SchemaMapping was last updated. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The timestamp of when the SchemaMapping was created.
SchemaMapping was created.public final String schemaArn()
The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
SchemaMapping.public final String schemaName()
The name of the schema.
public final Instant updatedAt()
The timestamp of when the SchemaMapping was last updated.
SchemaMapping was last updated.public SchemaMappingSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SchemaMappingSummary.Builder,SchemaMappingSummary>public static SchemaMappingSummary.Builder builder()
public static Class<? extends SchemaMappingSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.