@Generated(value="software.amazon.awssdk:codegen") public final class GetSchemaVersionsDiffRequest extends GlueRequest implements ToCopyableBuilder<GetSchemaVersionsDiffRequest.Builder,GetSchemaVersionsDiffRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSchemaVersionsDiffRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSchemaVersionsDiffRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
SchemaVersionNumber |
firstSchemaVersionNumber()
The first of the two schema versions to be compared.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SchemaDiffType |
schemaDiffType()
Refers to
SYNTAX_DIFF, which is the currently supported diff type. |
String |
schemaDiffTypeAsString()
Refers to
SYNTAX_DIFF, which is the currently supported diff type. |
SchemaId |
schemaId()
This is a wrapper structure to contain schema identity fields.
|
List<SdkField<?>> |
sdkFields() |
SchemaVersionNumber |
secondSchemaVersionNumber()
The second of the two schema versions to be compared.
|
static Class<? extends GetSchemaVersionsDiffRequest.Builder> |
serializableBuilderClass() |
GetSchemaVersionsDiffRequest.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. One of SchemaArn or
SchemaName has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName has to be
provided.
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn or
SchemaName has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName has
to be provided.
public final SchemaVersionNumber firstSchemaVersionNumber()
The first of the two schema versions to be compared.
public final SchemaVersionNumber secondSchemaVersionNumber()
The second of the two schema versions to be compared.
public final SchemaDiffType schemaDiffType()
Refers to SYNTAX_DIFF, which is the currently supported diff type.
If the service returns an enum value that is not available in the current SDK version, schemaDiffType
will return SchemaDiffType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from schemaDiffTypeAsString().
SYNTAX_DIFF, which is the currently supported diff type.SchemaDiffTypepublic final String schemaDiffTypeAsString()
Refers to SYNTAX_DIFF, which is the currently supported diff type.
If the service returns an enum value that is not available in the current SDK version, schemaDiffType
will return SchemaDiffType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from schemaDiffTypeAsString().
SYNTAX_DIFF, which is the currently supported diff type.SchemaDiffTypepublic GetSchemaVersionsDiffRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSchemaVersionsDiffRequest.Builder,GetSchemaVersionsDiffRequest>toBuilder in class GlueRequestpublic static GetSchemaVersionsDiffRequest.Builder builder()
public static Class<? extends GetSchemaVersionsDiffRequest.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.