Class CachediSCSIVolume
java.lang.Object
com.amazonaws.services.storagegateway.model.CachediSCSIVolume
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setSourceSnapshotId
(String sourceSnapshotId) void
setVolumeARN
(String volumeARN) 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.withSourceSnapshotId
(String sourceSnapshotId) withVolumeARN
(String volumeARN) withVolumeId
(String volumeId) withVolumeiSCSIAttributes
(VolumeiSCSIAttributes volumeiSCSIAttributes) withVolumeProgress
(Double volumeProgress) withVolumeSizeInBytes
(Long volumeSizeInBytes) withVolumeStatus
(String volumeStatus) withVolumeType
(String volumeType)
-
Constructor Details
-
CachediSCSIVolume
public CachediSCSIVolume()
-
-
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.
-
setSourceSnapshotId
- Parameters:
sourceSnapshotId
-
-
getSourceSnapshotId
- Returns:
-
withSourceSnapshotId
- Parameters:
sourceSnapshotId
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
-