public class DescribeTapeRecoveryPointsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
DescribeTapeRecoveryPointsInput
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
gatewayARN |
private java.lang.Integer |
limit
Specifies that the number of virtual tape recovery points that are
described be limited to the specified number.
|
private java.lang.String |
marker
An opaque string that indicates the position at which to begin describing
the virtual tape recovery points.
|
NOOP
Constructor and Description |
---|
DescribeTapeRecoveryPointsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTapeRecoveryPointsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGatewayARN() |
java.lang.Integer |
getLimit()
Specifies that the number of virtual tape recovery points that are
described be limited to the specified number.
|
java.lang.String |
getMarker()
An opaque string that indicates the position at which to begin describing
the virtual tape recovery points.
|
int |
hashCode() |
void |
setGatewayARN(java.lang.String gatewayARN) |
void |
setLimit(java.lang.Integer limit)
Specifies that the number of virtual tape recovery points that are
described be limited to the specified number.
|
void |
setMarker(java.lang.String marker)
An opaque string that indicates the position at which to begin describing
the virtual tape recovery points.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTapeRecoveryPointsRequest |
withGatewayARN(java.lang.String gatewayARN) |
DescribeTapeRecoveryPointsRequest |
withLimit(java.lang.Integer limit)
Specifies that the number of virtual tape recovery points that are
described be limited to the specified number.
|
DescribeTapeRecoveryPointsRequest |
withMarker(java.lang.String marker)
An opaque string that indicates the position at which to begin describing
the virtual tape recovery points.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String gatewayARN
private java.lang.String marker
An opaque string that indicates the position at which to begin describing the virtual tape recovery points.
private java.lang.Integer limit
Specifies that the number of virtual tape recovery points that are described be limited to the specified number.
public void setGatewayARN(java.lang.String gatewayARN)
gatewayARN
- public java.lang.String getGatewayARN()
public DescribeTapeRecoveryPointsRequest withGatewayARN(java.lang.String gatewayARN)
gatewayARN
- public void setMarker(java.lang.String marker)
An opaque string that indicates the position at which to begin describing the virtual tape recovery points.
marker
- An opaque string that indicates the position at which to begin
describing the virtual tape recovery points.public java.lang.String getMarker()
An opaque string that indicates the position at which to begin describing the virtual tape recovery points.
public DescribeTapeRecoveryPointsRequest withMarker(java.lang.String marker)
An opaque string that indicates the position at which to begin describing the virtual tape recovery points.
marker
- An opaque string that indicates the position at which to begin
describing the virtual tape recovery points.public void setLimit(java.lang.Integer limit)
Specifies that the number of virtual tape recovery points that are described be limited to the specified number.
limit
- Specifies that the number of virtual tape recovery points that are
described be limited to the specified number.public java.lang.Integer getLimit()
Specifies that the number of virtual tape recovery points that are described be limited to the specified number.
public DescribeTapeRecoveryPointsRequest withLimit(java.lang.Integer limit)
Specifies that the number of virtual tape recovery points that are described be limited to the specified number.
limit
- Specifies that the number of virtual tape recovery points that are
described be limited to the specified number.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeTapeRecoveryPointsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()