@Generated(value="software.amazon.awssdk:codegen") public final class SchemaVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SchemaVersionSummary.Builder,SchemaVersionSummary>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SchemaVersionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SchemaVersionSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
schemaArn()
The ARN of the schema version.
|
String |
schemaName()
The name of the schema.
|
String |
schemaVersion()
The version number of the schema.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SchemaVersionSummary.Builder> |
serializableBuilderClass() |
SchemaVersionSummary.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 String schemaArn()
The ARN of the schema version.
public final String schemaName()
The name of the schema.
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 SchemaVersionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SchemaVersionSummary.Builder,SchemaVersionSummary>public static SchemaVersionSummary.Builder builder()
public static Class<? extends SchemaVersionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.