@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 String catalogId()
The ID of the Data Catalog where the tables reside. If none is provided, the AWS account ID is used by default.
public String databaseName()
The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
public String tableName()
The name of the table. For Hive compatibility, this name is entirely lowercase.
public String nextToken()
A continuation token, if this is not the first call.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.