@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSnapshotFromVolumeRecoveryPointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateSnapshotFromVolumeRecoveryPointResult() |
Modifier and Type | Method and Description |
---|---|
CreateSnapshotFromVolumeRecoveryPointResult |
clone() |
boolean |
equals(Object obj) |
String |
getSnapshotId()
The ID of the snapshot.
|
String |
getVolumeARN()
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
String |
getVolumeRecoveryPointTime()
The time the volume was created from the recovery point.
|
int |
hashCode() |
void |
setSnapshotId(String snapshotId)
The ID of the snapshot.
|
void |
setVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
void |
setVolumeRecoveryPointTime(String volumeRecoveryPointTime)
The time the volume was created from the recovery point.
|
String |
toString()
Returns a string representation of this object.
|
CreateSnapshotFromVolumeRecoveryPointResult |
withSnapshotId(String snapshotId)
The ID of the snapshot.
|
CreateSnapshotFromVolumeRecoveryPointResult |
withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
CreateSnapshotFromVolumeRecoveryPointResult |
withVolumeRecoveryPointTime(String volumeRecoveryPointTime)
The time the volume was created from the recovery point.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateSnapshotFromVolumeRecoveryPointResult()
public void setSnapshotId(String snapshotId)
The ID of the snapshot.
snapshotId
- The ID of the snapshot.public String getSnapshotId()
The ID of the snapshot.
public CreateSnapshotFromVolumeRecoveryPointResult withSnapshotId(String snapshotId)
The ID of the snapshot.
snapshotId
- The ID of the snapshot.public void setVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
volumeARN
- The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes
operation to return to retrieve the TargetARN for specified VolumeARN.public String getVolumeARN()
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
public CreateSnapshotFromVolumeRecoveryPointResult withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
volumeARN
- The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes
operation to return to retrieve the TargetARN for specified VolumeARN.public void setVolumeRecoveryPointTime(String volumeRecoveryPointTime)
The time the volume was created from the recovery point.
volumeRecoveryPointTime
- The time the volume was created from the recovery point.public String getVolumeRecoveryPointTime()
The time the volume was created from the recovery point.
public CreateSnapshotFromVolumeRecoveryPointResult withVolumeRecoveryPointTime(String volumeRecoveryPointTime)
The time the volume was created from the recovery point.
volumeRecoveryPointTime
- The time the volume was created from the recovery point.public String toString()
toString
in class Object
Object.toString()
public CreateSnapshotFromVolumeRecoveryPointResult clone()