@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 String clusterIdentifier()
The Amazon Redshift cluster that the table is being restored to.
public 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 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 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 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.