@Generated(value="software.amazon.awssdk:codegen") public final class ListSchemaVersionsRequest extends GlueRequest implements ToCopyableBuilder<ListSchemaVersionsRequest.Builder,ListSchemaVersionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSchemaVersionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSchemaVersionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Maximum number of results required per page.
|
String |
nextToken()
A continuation token, if this is a continuation call.
|
SchemaId |
schemaId()
This is a wrapper structure to contain schema identity fields.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSchemaVersionsRequest.Builder> |
serializableBuilderClass() |
ListSchemaVersionsRequest.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 Integer maxResults()
Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.
public final String nextToken()
A continuation token, if this is a continuation call.
public ListSchemaVersionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSchemaVersionsRequest.Builder,ListSchemaVersionsRequest>toBuilder in class GlueRequestpublic static ListSchemaVersionsRequest.Builder builder()
public static Class<? extends ListSchemaVersionsRequest.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.