@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTableRestoreStatusRequest extends RedshiftRequest implements ToCopyableBuilder<DescribeTableRestoreStatusRequest.Builder,DescribeTableRestoreStatusRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTableRestoreStatusRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTableRestoreStatusRequest.Builder |
builder() |
String |
clusterIdentifier()
The Amazon Redshift cluster that the table is being restored to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
marker()
An optional pagination token provided by a previous
DescribeTableRestoreStatus request. |
Integer |
maxRecords()
The maximum number of records to include in the response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeTableRestoreStatusRequest.Builder> |
serializableBuilderClass() |
String |
tableRestoreRequestId()
The identifier of the table restore request to return status for.
|
DescribeTableRestoreStatusRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterIdentifier()
The Amazon Redshift cluster that the table is being restored to.
public final String tableRestoreRequestId()
The identifier of the table restore request to return status for. If you don't specify a
TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all
in-progress table restore requests.
TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status
of all in-progress table restore requests.public final Integer maxRecords()
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords value, a pagination token called a marker is included in the response so that the
remaining results can be retrieved.
MaxRecords value, a pagination token called a marker is included in the response so that the
remaining results can be retrieved.public final String marker()
An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by the
MaxRecords parameter.
DescribeTableRestoreStatus request. If
this parameter is specified, the response includes only records beyond the marker, up to the value
specified by the MaxRecords parameter.public DescribeTableRestoreStatusRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeTableRestoreStatusRequest.Builder,DescribeTableRestoreStatusRequest>toBuilder in class RedshiftRequestpublic static DescribeTableRestoreStatusRequest.Builder builder()
public static Class<? extends DescribeTableRestoreStatusRequest.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.