Class CreateSnapshotFromVolumeRecoveryPointResult
java.lang.Object
com.amazonaws.services.storagegateway.model.CreateSnapshotFromVolumeRecoveryPointResult
- All Implemented Interfaces:
Serializable, Cloneable
public class CreateSnapshotFromVolumeRecoveryPointResult
extends Object
implements Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetSnapshotId(String snapshotId) voidsetVolumeARN(String volumeARN) voidsetVolumeRecoveryPointTime(String volumeRecoveryPointTime) toString()Returns a string representation of this object; useful for testing and debugging.withSnapshotId(String snapshotId) withVolumeARN(String volumeARN) withVolumeRecoveryPointTime(String volumeRecoveryPointTime)
-
Constructor Details
-
CreateSnapshotFromVolumeRecoveryPointResult
public CreateSnapshotFromVolumeRecoveryPointResult()
-
-
Method Details
-
setSnapshotId
- Parameters:
snapshotId-
-
getSnapshotId
- Returns:
-
withSnapshotId
- Parameters:
snapshotId-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVolumeARN
- Parameters:
volumeARN-
-
getVolumeARN
- Returns:
-
withVolumeARN
- Parameters:
volumeARN-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVolumeRecoveryPointTime
- Parameters:
volumeRecoveryPointTime-
-
getVolumeRecoveryPointTime
- Returns:
-
withVolumeRecoveryPointTime
public CreateSnapshotFromVolumeRecoveryPointResult withVolumeRecoveryPointTime(String volumeRecoveryPointTime) - Parameters:
volumeRecoveryPointTime-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-