Class SchemaVersionListItem
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.SchemaVersionListItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SchemaVersionListItem.Builder,SchemaVersionListItem>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSchemaVersionListItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SchemaVersionListItem.Builderbuilder()StringcreatedTime()The date and time the schema version was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringschemaArn()The Amazon Resource Name (ARN) of the schema.StringschemaVersionId()The unique identifier of the schema version.List<SdkField<?>>sdkFields()static Class<? extends SchemaVersionListItem.Builder>serializableBuilderClass()SchemaVersionStatusstatus()The status of the schema version.StringstatusAsString()The status of the schema version.SchemaVersionListItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.LongversionNumber()The version number of the schema.-
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
-
schemaArn
public final String schemaArn()
The Amazon Resource Name (ARN) of the schema.
- Returns:
- The Amazon Resource Name (ARN) of the schema.
-
schemaVersionId
public final String schemaVersionId()
The unique identifier of the schema version.
- Returns:
- The unique identifier of the schema version.
-
versionNumber
public final Long versionNumber()
The version number of the schema.
- Returns:
- The version number of the schema.
-
status
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,
statuswill returnSchemaVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the schema version.
- See Also:
SchemaVersionStatus
-
statusAsString
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,
statuswill returnSchemaVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the schema version.
- See Also:
SchemaVersionStatus
-
createdTime
public final String createdTime()
The date and time the schema version was created.
- Returns:
- The date and time the schema version was created.
-
toBuilder
public SchemaVersionListItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SchemaVersionListItem.Builder,SchemaVersionListItem>
-
builder
public static SchemaVersionListItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends SchemaVersionListItem.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.
-
-