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 interface
SchemaVersionListItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
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,
status
will 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,
status
will 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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-