@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, wait
copy
public final String schemaArn()
The Amazon Resource Name (ARN) of the schema.
public final String schemaVersionId()
The unique identifier of the schema version.
public final Long versionNumber()
The version number of the schema.
public final 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()
.
SchemaVersionStatus
public final 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()
.
SchemaVersionStatus
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.