@Generated(value="software.amazon.awssdk:codegen") public final class SchemaVersionListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SchemaVersionListItem.Builder,SchemaVersionListItem>
An object containing the details about a schema version.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SchemaVersionListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SchemaVersionListItem.Builder |
builder() |
String |
createdTime()
The date and time 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 |
schemaArn()
The Amazon Resource Name (ARN) of the schema.
|
String |
schemaVersionId()
The unique identifier of the schema version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SchemaVersionListItem.Builder> |
serializableBuilderClass() |
SchemaVersionStatus |
status()
The status of the schema version.
|
String |
statusAsString()
The status of the schema version.
|
SchemaVersionListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
versionNumber()
The version number of the schema.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String schemaArn()
The Amazon Resource Name (ARN) of the schema.
public String schemaVersionId()
The unique identifier of the schema version.
public Long versionNumber()
The version number of the schema.
public SchemaVersionStatus status()
The status of the schema version.
If the service returns an enum value that is not available in the current SDK version, status will
return SchemaVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
SchemaVersionStatuspublic String statusAsString()
The status of the schema version.
If the service returns an enum value that is not available in the current SDK version, status will
return SchemaVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
SchemaVersionStatuspublic String createdTime()
The date and time the schema version was created.
public SchemaVersionListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SchemaVersionListItem.Builder,SchemaVersionListItem>public static SchemaVersionListItem.Builder builder()
public static Class<? extends SchemaVersionListItem.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.