@Generated(value="software.amazon.awssdk:codegen") public final class ListTableRestoreStatusRequest extends RedshiftServerlessRequest implements ToCopyableBuilder<ListTableRestoreStatusRequest.Builder,ListTableRestoreStatusRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTableRestoreStatusRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTableRestoreStatusRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
An optional parameter that specifies the maximum number of results to return.
|
String |
namespaceName()
The namespace from which to list all of the statuses of
RestoreTableFromSnapshot operations . |
String |
nextToken()
If your initial
ListTableRestoreStatus operation returns a nextToken, you can include the returned
nextToken in following ListTableRestoreStatus operations. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTableRestoreStatusRequest.Builder> |
serializableBuilderClass() |
ListTableRestoreStatusRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workgroupName()
The workgroup from which to list all of the statuses of
RestoreTableFromSnapshot operations. |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
public final String namespaceName()
The namespace from which to list all of the statuses of RestoreTableFromSnapshot operations .
RestoreTableFromSnapshot operations
.public final String nextToken()
If your initial ListTableRestoreStatus operation returns a nextToken, you can include the returned
nextToken in following ListTableRestoreStatus operations. This will return results on
the next page.
ListTableRestoreStatus operation returns a nextToken, you can include the
returned nextToken in following ListTableRestoreStatus operations. This will
return results on the next page.public final String workgroupName()
The workgroup from which to list all of the statuses of RestoreTableFromSnapshot operations.
RestoreTableFromSnapshot operations.public ListTableRestoreStatusRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTableRestoreStatusRequest.Builder,ListTableRestoreStatusRequest>toBuilder in class RedshiftServerlessRequestpublic static ListTableRestoreStatusRequest.Builder builder()
public static Class<? extends ListTableRestoreStatusRequest.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.