Class SchemaListItem
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.SchemaListItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SchemaListItem.Builder,SchemaListItem>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSchemaListItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SchemaListItem.Builderbuilder()StringcreatedTime()The date and time that a schema was created.Stringdescription()A description for the schema.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringregistryName()the name of the registry where the schema resides.StringschemaArn()The Amazon Resource Name (ARN) for the schema.StringschemaName()The name of the schema.SchemaStatusschemaStatus()The status of the schema.StringschemaStatusAsString()The status of the schema.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SchemaListItem.Builder>serializableBuilderClass()SchemaListItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringupdatedTime()The date and time that a schema was updated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
registryName
public final String registryName()
the name of the registry where the schema resides.
- Returns:
- the name of the registry where the schema resides.
-
schemaName
public final String schemaName()
The name of the schema.
- Returns:
- The name of the schema.
-
schemaArn
public final String schemaArn()
The Amazon Resource Name (ARN) for the schema.
- Returns:
- The Amazon Resource Name (ARN) for the schema.
-
description
public final String description()
A description for the schema.
- Returns:
- A description for the schema.
-
schemaStatus
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,
schemaStatuswill returnSchemaStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromschemaStatusAsString().- Returns:
- The status of the schema.
- See Also:
SchemaStatus
-
schemaStatusAsString
public final String schemaStatusAsString()
The status of the schema.
If the service returns an enum value that is not available in the current SDK version,
schemaStatuswill returnSchemaStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromschemaStatusAsString().- Returns:
- The status of the schema.
- See Also:
SchemaStatus
-
createdTime
public final String createdTime()
The date and time that a schema was created.
- Returns:
- The date and time that a schema was created.
-
updatedTime
public final String updatedTime()
The date and time that a schema was updated.
- Returns:
- The date and time that a schema was updated.
-
toBuilder
public SchemaListItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SchemaListItem.Builder,SchemaListItem>
-
builder
public static SchemaListItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends SchemaListItem.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-