@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)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)
Used to retrieve the value of a field from any class that extends  
SdkRequest. | 
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()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
overrideConfigurationcopypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeTableRestoreStatusRequest.Builder,DescribeTableRestoreStatusRequest>toBuilder in class RedshiftRequestpublic static DescribeTableRestoreStatusRequest.Builder builder()
public static Class<? extends DescribeTableRestoreStatusRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
 specified should match the member name from the corresponding service-2.json model specified in the
 codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
 If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
 again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.