@Generated(value="software.amazon.awssdk:codegen") public final class SearchSchemaVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SearchSchemaVersionSummary.Builder,SearchSchemaVersionSummary>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SearchSchemaVersionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SearchSchemaVersionSummary.Builder |
builder() |
Instant |
createdDate()
The date the schema version was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
schemaVersion()
The version number of the schema
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SearchSchemaVersionSummary.Builder> |
serializableBuilderClass() |
SearchSchemaVersionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Type |
type()
The type of schema.
|
String |
typeAsString()
The type of schema.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdDate()
The date the schema version was created.
public final String schemaVersion()
The version number of the schema
public final Type type()
The type of schema.
If the service returns an enum value that is not available in the current SDK version, type will return
Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Typepublic final String typeAsString()
The type of schema.
If the service returns an enum value that is not available in the current SDK version, type will return
Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Typepublic SearchSchemaVersionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SearchSchemaVersionSummary.Builder,SearchSchemaVersionSummary>public static SearchSchemaVersionSummary.Builder builder()
public static Class<? extends SearchSchemaVersionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.