public class DescribeTableRestoreStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeTableRestoreStatus operation.
Lists the status of one or more table restore requests made using the
RestoreTableFromClusterSnapshot API action. If you don't specify a
value for the TableRestoreRequestId parameter, then
DescribeTableRestoreStatus returns the status of all
table restore requests ordered by the date and time of the request in
ascending order. Otherwise DescribeTableRestoreStatus
returns the status of the table specified by
TableRestoreRequestId .
NOOP| Constructor and Description |
|---|
DescribeTableRestoreStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTableRestoreStatusRequest |
clone() |
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
DescribeTableRestoreStatus request. |
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
DescribeTableRestoreStatus request. |
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; useful for testing and
debugging.
|
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
DescribeTableRestoreStatus request. |
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getClusterIdentifier()
public void setClusterIdentifier(String clusterIdentifier)
clusterIdentifier - The Amazon Redshift cluster that the table is being restored to.public DescribeTableRestoreStatusRequest withClusterIdentifier(String clusterIdentifier)
Returns a reference to this object so that method calls can be chained together.
clusterIdentifier - The Amazon Redshift cluster that the table is being restored to.public String getTableRestoreRequestId()
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 void setTableRestoreRequestId(String tableRestoreRequestId)
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 DescribeTableRestoreStatusRequest withTableRestoreRequestId(String tableRestoreRequestId)
TableRestoreRequestId value, then
DescribeTableRestoreStatus returns the status of all
in-progress table restore requests.
Returns a reference to this object so that method calls can be chained together.
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 Integer getMaxRecords()
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 void setMaxRecords(Integer maxRecords)
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 DescribeTableRestoreStatusRequest withMaxRecords(Integer maxRecords)
MaxRecords value, a
pagination token called a marker is included in the response so that
the remaining results can be retrieved.
Returns a reference to this object so that method calls can be chained together.
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 String getMarker()
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 void setMarker(String marker)
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 DescribeTableRestoreStatusRequest withMarker(String marker)
DescribeTableRestoreStatus request. If this parameter is
specified, the response includes only records beyond the marker, up to
the value specified by the MaxRecords parameter.
Returns a reference to this object so that method calls can be chained together.
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()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.