@Generated(value="software.amazon.awssdk:codegen") public final class GetTableVersionsRequest extends GlueRequest implements ToCopyableBuilder<GetTableVersionsRequest.Builder,GetTableVersionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetTableVersionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetTableVersionsRequest.Builder |
builder() |
String |
catalogId()
The ID of the Data Catalog where the tables reside.
|
String |
databaseName()
The database in the catalog in which the table resides.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of table versions to return in one response.
|
String |
nextToken()
A continuation token, if this is not the first call.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetTableVersionsRequest.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the table.
|
GetTableVersionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String catalogId()
The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.
public final String databaseName()
The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
public final String tableName()
The name of the table. For Hive compatibility, this name is entirely lowercase.
public final String nextToken()
A continuation token, if this is not the first call.
public final Integer maxResults()
The maximum number of table versions to return in one response.
public GetTableVersionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetTableVersionsRequest.Builder,GetTableVersionsRequest>toBuilder in class GlueRequestpublic static GetTableVersionsRequest.Builder builder()
public static Class<? extends GetTableVersionsRequest.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.