public class RetrieveTapeRecoveryPointRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
RetrieveTapeRecoveryPointInput
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
gatewayARN |
private java.lang.String |
tapeARN
The Amazon Resource Name (ARN) of the virtual tape for which you want to
retrieve the recovery point.
|
NOOP
Constructor and Description |
---|
RetrieveTapeRecoveryPointRequest() |
Modifier and Type | Method and Description |
---|---|
RetrieveTapeRecoveryPointRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGatewayARN() |
java.lang.String |
getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape for which you want to
retrieve the recovery point.
|
int |
hashCode() |
void |
setGatewayARN(java.lang.String gatewayARN) |
void |
setTapeARN(java.lang.String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape for which you want to
retrieve the recovery point.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RetrieveTapeRecoveryPointRequest |
withGatewayARN(java.lang.String gatewayARN) |
RetrieveTapeRecoveryPointRequest |
withTapeARN(java.lang.String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape for which you want to
retrieve the recovery point.
|
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 tapeARN
The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.
private java.lang.String gatewayARN
public void setTapeARN(java.lang.String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape for which you
want to retrieve the recovery point.public java.lang.String getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.
public RetrieveTapeRecoveryPointRequest withTapeARN(java.lang.String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape for which you
want to retrieve the recovery point.public void setGatewayARN(java.lang.String gatewayARN)
gatewayARN
- public java.lang.String getGatewayARN()
public RetrieveTapeRecoveryPointRequest withGatewayARN(java.lang.String gatewayARN)
gatewayARN
- 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 RetrieveTapeRecoveryPointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()