@Generated(value="software.amazon.awssdk:codegen") public final class GetPartitionIndexesRequest extends GlueRequest implements ToCopyableBuilder<GetPartitionIndexesRequest.Builder,GetPartitionIndexesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetPartitionIndexesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetPartitionIndexesRequest.Builder |
builder() |
String |
catalogId()
The catalog ID where the table resides.
|
String |
databaseName()
Specifies the name of a database from which you want to retrieve partition indexes.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
A continuation token, included if this is a continuation call.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetPartitionIndexesRequest.Builder> |
serializableBuilderClass() |
String |
tableName()
Specifies the name of a table for which you want to retrieve the partition indexes.
|
GetPartitionIndexesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String catalogId()
The catalog ID where the table resides.
public final String databaseName()
Specifies the name of a database from which you want to retrieve partition indexes.
public final String tableName()
Specifies the name of a table for which you want to retrieve the partition indexes.
public final String nextToken()
A continuation token, included if this is a continuation call.
public GetPartitionIndexesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetPartitionIndexesRequest.Builder,GetPartitionIndexesRequest>toBuilder in class GlueRequestpublic static GetPartitionIndexesRequest.Builder builder()
public static Class<? extends GetPartitionIndexesRequest.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.