public class CreateSnapshotFromVolumeRecoveryPointResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateSnapshotFromVolumeRecoveryPointResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotFromVolumeRecoveryPointResult |
clone() |
boolean |
equals(Object obj) |
String |
getSnapshotId() |
String |
getVolumeARN() |
String |
getVolumeRecoveryPointTime() |
int |
hashCode() |
void |
setSnapshotId(String snapshotId) |
void |
setVolumeARN(String volumeARN) |
void |
setVolumeRecoveryPointTime(String volumeRecoveryPointTime) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateSnapshotFromVolumeRecoveryPointResult |
withSnapshotId(String snapshotId) |
CreateSnapshotFromVolumeRecoveryPointResult |
withVolumeARN(String volumeARN) |
CreateSnapshotFromVolumeRecoveryPointResult |
withVolumeRecoveryPointTime(String volumeRecoveryPointTime) |
public CreateSnapshotFromVolumeRecoveryPointResult()
public void setSnapshotId(String snapshotId)
snapshotId - public String getSnapshotId()
public CreateSnapshotFromVolumeRecoveryPointResult withSnapshotId(String snapshotId)
snapshotId - public void setVolumeARN(String volumeARN)
volumeARN - public String getVolumeARN()
public CreateSnapshotFromVolumeRecoveryPointResult withVolumeARN(String volumeARN)
volumeARN - public void setVolumeRecoveryPointTime(String volumeRecoveryPointTime)
volumeRecoveryPointTime - public String getVolumeRecoveryPointTime()
public CreateSnapshotFromVolumeRecoveryPointResult withVolumeRecoveryPointTime(String volumeRecoveryPointTime)
volumeRecoveryPointTime - public String toString()
toString in class ObjectObject.toString()public CreateSnapshotFromVolumeRecoveryPointResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.