public class CreateSnapshotFromVolumeRecoveryPointRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
snapshotDescription |
private java.lang.String |
volumeARN |
NOOP
Constructor and Description |
---|
CreateSnapshotFromVolumeRecoveryPointRequest() |
Modifier and Type | Method and Description |
---|---|
CreateSnapshotFromVolumeRecoveryPointRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getSnapshotDescription() |
java.lang.String |
getVolumeARN() |
int |
hashCode() |
void |
setSnapshotDescription(java.lang.String snapshotDescription) |
void |
setVolumeARN(java.lang.String volumeARN) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateSnapshotFromVolumeRecoveryPointRequest |
withSnapshotDescription(java.lang.String snapshotDescription) |
CreateSnapshotFromVolumeRecoveryPointRequest |
withVolumeARN(java.lang.String volumeARN) |
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 volumeARN
private java.lang.String snapshotDescription
public CreateSnapshotFromVolumeRecoveryPointRequest()
public void setVolumeARN(java.lang.String volumeARN)
volumeARN
- public java.lang.String getVolumeARN()
public CreateSnapshotFromVolumeRecoveryPointRequest withVolumeARN(java.lang.String volumeARN)
volumeARN
- public void setSnapshotDescription(java.lang.String snapshotDescription)
snapshotDescription
- public java.lang.String getSnapshotDescription()
public CreateSnapshotFromVolumeRecoveryPointRequest withSnapshotDescription(java.lang.String snapshotDescription)
snapshotDescription
- 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 CreateSnapshotFromVolumeRecoveryPointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()