@Generated(value="software.amazon.awssdk:codegen") public final class GetSchemaVersionRequest extends GlueRequest implements ToCopyableBuilder<GetSchemaVersionRequest.Builder,GetSchemaVersionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSchemaVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSchemaVersionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SchemaId |
schemaId()
This is a wrapper structure to contain schema identity fields.
|
String |
schemaVersionId()
The
SchemaVersionId of the schema version. |
SchemaVersionNumber |
schemaVersionNumber()
The version number of the schema.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetSchemaVersionRequest.Builder> |
serializableBuilderClass() |
GetSchemaVersionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SchemaId schemaId()
This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName has to be provided.
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName has to be provided.
public final String schemaVersionId()
The SchemaVersionId of the schema version. This field is required for fetching by schema ID. Either
this or the SchemaId wrapper has to be provided.
SchemaVersionId of the schema version. This field is required for fetching by schema ID.
Either this or the SchemaId wrapper has to be provided.public final SchemaVersionNumber schemaVersionNumber()
The version number of the schema.
public GetSchemaVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSchemaVersionRequest.Builder,GetSchemaVersionRequest>toBuilder in class GlueRequestpublic static GetSchemaVersionRequest.Builder builder()
public static Class<? extends GetSchemaVersionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.