Class StorediSCSIVolume
java.lang.Object
com.amazonaws.services.storagegateway.model.StorediSCSIVolume
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setPreservedExistingData
(Boolean preservedExistingData) void
setSourceSnapshotId
(String sourceSnapshotId) void
setVolumeARN
(String volumeARN) void
setVolumeDiskId
(String volumeDiskId) void
setVolumeId
(String volumeId) void
setVolumeiSCSIAttributes
(VolumeiSCSIAttributes volumeiSCSIAttributes) void
setVolumeProgress
(Double volumeProgress) void
setVolumeSizeInBytes
(Long volumeSizeInBytes) void
setVolumeStatus
(String volumeStatus) void
setVolumeType
(String volumeType) toString()
Returns a string representation of this object; useful for testing and debugging.withPreservedExistingData
(Boolean preservedExistingData) withSourceSnapshotId
(String sourceSnapshotId) withVolumeARN
(String volumeARN) withVolumeDiskId
(String volumeDiskId) withVolumeId
(String volumeId) withVolumeiSCSIAttributes
(VolumeiSCSIAttributes volumeiSCSIAttributes) withVolumeProgress
(Double volumeProgress) withVolumeSizeInBytes
(Long volumeSizeInBytes) withVolumeStatus
(String volumeStatus) withVolumeType
(String volumeType)
-
Constructor Details
-
StorediSCSIVolume
public StorediSCSIVolume()
-
-
Method Details
-
setVolumeARN
- Parameters:
volumeARN
-
-
getVolumeARN
- Returns:
-
withVolumeARN
- Parameters:
volumeARN
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVolumeId
- Parameters:
volumeId
-
-
getVolumeId
- Returns:
-
withVolumeId
- Parameters:
volumeId
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVolumeType
- Parameters:
volumeType
-
-
getVolumeType
- Returns:
-
withVolumeType
- Parameters:
volumeType
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVolumeStatus
- Parameters:
volumeStatus
-
-
getVolumeStatus
- Returns:
-
withVolumeStatus
- Parameters:
volumeStatus
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVolumeSizeInBytes
- Parameters:
volumeSizeInBytes
-
-
getVolumeSizeInBytes
- Returns:
-
withVolumeSizeInBytes
- Parameters:
volumeSizeInBytes
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVolumeProgress
- Parameters:
volumeProgress
-
-
getVolumeProgress
- Returns:
-
withVolumeProgress
- Parameters:
volumeProgress
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVolumeDiskId
- Parameters:
volumeDiskId
-
-
getVolumeDiskId
- Returns:
-
withVolumeDiskId
- Parameters:
volumeDiskId
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSourceSnapshotId
- Parameters:
sourceSnapshotId
-
-
getSourceSnapshotId
- Returns:
-
withSourceSnapshotId
- Parameters:
sourceSnapshotId
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPreservedExistingData
- Parameters:
preservedExistingData
-
-
getPreservedExistingData
- Returns:
-
withPreservedExistingData
- Parameters:
preservedExistingData
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isPreservedExistingData
- Returns:
-
setVolumeiSCSIAttributes
- Parameters:
volumeiSCSIAttributes
-
-
getVolumeiSCSIAttributes
- Returns:
-
withVolumeiSCSIAttributes
- Parameters:
volumeiSCSIAttributes
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-