@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTableRestoreStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeTableRestoreStatusRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeTableRestoreStatusRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getClusterIdentifier()
 The Amazon Redshift cluster that the table is being restored to. | 
| String | getMarker()
 An optional pagination token provided by a previous  DescribeTableRestoreStatusrequest. | 
| Integer | getMaxRecords()
 The maximum number of records to include in the response. | 
| String | getTableRestoreRequestId()
 The identifier of the table restore request to return status for. | 
| int | hashCode() | 
| void | setClusterIdentifier(String clusterIdentifier)
 The Amazon Redshift cluster that the table is being restored to. | 
| void | setMarker(String marker)
 An optional pagination token provided by a previous  DescribeTableRestoreStatusrequest. | 
| void | setMaxRecords(Integer maxRecords)
 The maximum number of records to include in the response. | 
| void | setTableRestoreRequestId(String tableRestoreRequestId)
 The identifier of the table restore request to return status for. | 
| String | toString()Returns a string representation of this object. | 
| DescribeTableRestoreStatusRequest | withClusterIdentifier(String clusterIdentifier)
 The Amazon Redshift cluster that the table is being restored to. | 
| DescribeTableRestoreStatusRequest | withMarker(String marker)
 An optional pagination token provided by a previous  DescribeTableRestoreStatusrequest. | 
| DescribeTableRestoreStatusRequest | withMaxRecords(Integer maxRecords)
 The maximum number of records to include in the response. | 
| DescribeTableRestoreStatusRequest | withTableRestoreRequestId(String tableRestoreRequestId)
 The identifier of the table restore request to return status for. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setClusterIdentifier(String clusterIdentifier)
The Amazon Redshift cluster that the table is being restored to.
clusterIdentifier - The Amazon Redshift cluster that the table is being restored to.public String getClusterIdentifier()
The Amazon Redshift cluster that the table is being restored to.
public DescribeTableRestoreStatusRequest withClusterIdentifier(String clusterIdentifier)
The Amazon Redshift cluster that the table is being restored to.
clusterIdentifier - The Amazon Redshift cluster that the table is being restored to.public void setTableRestoreRequestId(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 - 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.public String getTableRestoreRequestId()
 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 DescribeTableRestoreStatusRequest withTableRestoreRequestId(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 - 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.public void setMaxRecords(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 - 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.public Integer getMaxRecords()
 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 DescribeTableRestoreStatusRequest withMaxRecords(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 - 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.public void setMarker(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.
 
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.public String getMarker()
 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 withMarker(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.
 
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.public String toString()
toString in class ObjectObject.toString()public DescribeTableRestoreStatusRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()