@Generated(value="software.amazon.awssdk:codegen") public final class SchemaListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SchemaListItem.Builder,SchemaListItem>
An object that contains minimal details for a schema.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SchemaListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SchemaListItem.Builder |
builder() |
String |
createdTime()
The date and time that a schema was created.
|
String |
description()
A description for the schema.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
registryName()
the name of the registry where the schema resides.
|
String |
schemaArn()
The Amazon Resource Name (ARN) for the schema.
|
String |
schemaName()
The name of the schema.
|
SchemaStatus |
schemaStatus()
The status of the schema.
|
String |
schemaStatusAsString()
The status of the schema.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SchemaListItem.Builder> |
serializableBuilderClass() |
SchemaListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
updatedTime()
The date and time that a schema was updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String registryName()
the name of the registry where the schema resides.
public final String schemaName()
The name of the schema.
public final String schemaArn()
The Amazon Resource Name (ARN) for the schema.
public final String description()
A description for the schema.
public final SchemaStatus schemaStatus()
The status of the schema.
If the service returns an enum value that is not available in the current SDK version, schemaStatus will
return SchemaStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
schemaStatusAsString().
SchemaStatuspublic final String schemaStatusAsString()
The status of the schema.
If the service returns an enum value that is not available in the current SDK version, schemaStatus will
return SchemaStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
schemaStatusAsString().
SchemaStatuspublic final String createdTime()
The date and time that a schema was created.
public final String updatedTime()
The date and time that a schema was updated.
public SchemaListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SchemaListItem.Builder,SchemaListItem>public static SchemaListItem.Builder builder()
public static Class<? extends SchemaListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.