@Generated(value="software.amazon.awssdk:codegen") public final class GetSchemaRequest extends GlueRequest implements ToCopyableBuilder<GetSchemaRequest.Builder,GetSchemaRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSchemaRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSchemaRequest.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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetSchemaRequest.Builder> |
serializableBuilderClass() |
GetSchemaRequest.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 GetSchemaRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSchemaRequest.Builder,GetSchemaRequest>toBuilder in class GlueRequestpublic static GetSchemaRequest.Builder builder()
public static Class<? extends GetSchemaRequest.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.