public class DescribeTapeRecoveryPointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeTapeRecoveryPoints operation
.
Returns a list of virtual tape recovery points that are available for the specified gateway-VTL.
A recovery point is a point in time view of a virtual tape at which all the data on the virtual tape is consistent. If your gateway crashes, virtual tapes that have recovery points can be recovered to a new gateway.
NOOP
Constructor and Description |
---|
DescribeTapeRecoveryPointsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTapeRecoveryPointsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway.
|
Integer |
getLimit()
Specifies that the number of virtual tape recovery points that are
described be limited to the specified number.
|
String |
getMarker()
An opaque string that indicates the position at which to begin
describing the virtual tape recovery points.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
void |
setLimit(Integer limit)
Specifies that the number of virtual tape recovery points that are
described be limited to the specified number.
|
void |
setMarker(String marker)
An opaque string that indicates the position at which to begin
describing the virtual tape recovery points.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTapeRecoveryPointsRequest |
withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
DescribeTapeRecoveryPointsRequest |
withLimit(Integer limit)
Specifies that the number of virtual tape recovery points that are
described be limited to the specified number.
|
DescribeTapeRecoveryPointsRequest |
withMarker(String marker)
An opaque string that indicates the position at which to begin
describing the virtual tape recovery points.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(String gatewayARN)
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public DescribeTapeRecoveryPointsRequest withGatewayARN(String gatewayARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public String getMarker()
Constraints:
Length: 1 - 1000
public void setMarker(String marker)
Constraints:
Length: 1 - 1000
marker
- An opaque string that indicates the position at which to begin
describing the virtual tape recovery points.public DescribeTapeRecoveryPointsRequest withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1000
marker
- An opaque string that indicates the position at which to begin
describing the virtual tape recovery points.public Integer getLimit()
Constraints:
Range: 1 -
public void setLimit(Integer limit)
Constraints:
Range: 1 -
limit
- Specifies that the number of virtual tape recovery points that are
described be limited to the specified number.public DescribeTapeRecoveryPointsRequest withLimit(Integer limit)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
limit
- Specifies that the number of virtual tape recovery points that are
described be limited to the specified number.public String toString()
toString
in class Object
Object.toString()
public DescribeTapeRecoveryPointsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.