@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 String registryName()
the name of the registry where the schema resides.
public String schemaName()
The name of the schema.
public String schemaArn()
The Amazon Resource Name (ARN) for the schema.
public String description()
A description for the schema.
public 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 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 String createdTime()
The date and time that a schema was created.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.