@Generated(value="software.amazon.awssdk:codegen") public final class GetTablesRequest extends GlueRequest implements ToCopyableBuilder<GetTablesRequest.Builder,GetTablesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetTablesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetTablesRequest.Builder |
builder() |
String |
catalogId()
The ID of the Data Catalog where the tables reside.
|
String |
databaseName()
The database in the catalog whose tables to list.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
expression()
A regular expression pattern.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of tables to return in a single response.
|
String |
nextToken()
A continuation token, included if this is a continuation call.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetTablesRequest.Builder> |
serializableBuilderClass() |
GetTablesRequest.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 whose tables to list. For Hive compatibility, this name is entirely lowercase.
public String expression()
A regular expression pattern. If present, only those tables whose names match the pattern are returned.
public String nextToken()
A continuation token, included if this is a continuation call.
public Integer maxResults()
The maximum number of tables to return in a single response.
public GetTablesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetTablesRequest.Builder,GetTablesRequest>toBuilder in class GlueRequestpublic static GetTablesRequest.Builder builder()
public static Class<? extends GetTablesRequest.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.