public class CachediSCSIVolume extends Object implements Serializable
Constructor and Description |
---|
CachediSCSIVolume() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getSourceSnapshotId()
Returns the value of the SourceSnapshotId property for this object.
|
String |
getVolumeARN()
Returns the value of the VolumeARN property for this object.
|
String |
getVolumeId()
Returns the value of the VolumeId property for this object.
|
VolumeiSCSIAttributes |
getVolumeiSCSIAttributes()
Lists iSCSI information about a volume.
|
Double |
getVolumeProgress()
Returns the value of the VolumeProgress property for this object.
|
Long |
getVolumeSizeInBytes()
Returns the value of the VolumeSizeInBytes property for this object.
|
String |
getVolumeStatus()
Returns the value of the VolumeStatus property for this object.
|
String |
getVolumeType()
Returns the value of the VolumeType property for this object.
|
int |
hashCode() |
void |
setSourceSnapshotId(String sourceSnapshotId)
Sets the value of the SourceSnapshotId property for this object.
|
void |
setVolumeARN(String volumeARN)
Sets the value of the VolumeARN property for this object.
|
void |
setVolumeId(String volumeId)
Sets the value of the VolumeId property for this object.
|
void |
setVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)
Lists iSCSI information about a volume.
|
void |
setVolumeProgress(Double volumeProgress)
Sets the value of the VolumeProgress property for this object.
|
void |
setVolumeSizeInBytes(Long volumeSizeInBytes)
Sets the value of the VolumeSizeInBytes property for this object.
|
void |
setVolumeStatus(String volumeStatus)
Sets the value of the VolumeStatus property for this object.
|
void |
setVolumeType(String volumeType)
Sets the value of the VolumeType property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CachediSCSIVolume |
withSourceSnapshotId(String sourceSnapshotId)
Sets the value of the SourceSnapshotId property for this object.
|
CachediSCSIVolume |
withVolumeARN(String volumeARN)
Sets the value of the VolumeARN property for this object.
|
CachediSCSIVolume |
withVolumeId(String volumeId)
Sets the value of the VolumeId property for this object.
|
CachediSCSIVolume |
withVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)
Lists iSCSI information about a volume.
|
CachediSCSIVolume |
withVolumeProgress(Double volumeProgress)
Sets the value of the VolumeProgress property for this object.
|
CachediSCSIVolume |
withVolumeSizeInBytes(Long volumeSizeInBytes)
Sets the value of the VolumeSizeInBytes property for this object.
|
CachediSCSIVolume |
withVolumeStatus(String volumeStatus)
Sets the value of the VolumeStatus property for this object.
|
CachediSCSIVolume |
withVolumeType(String volumeType)
Sets the value of the VolumeType property for this object.
|
public String getVolumeARN()
Constraints:
Length: 50 - 500
public void setVolumeARN(String volumeARN)
Constraints:
Length: 50 - 500
volumeARN
- The new value for the VolumeARN property for this object.public CachediSCSIVolume withVolumeARN(String volumeARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
volumeARN
- The new value for the VolumeARN property for this object.public String getVolumeId()
Constraints:
Length: 12 - 30
public void setVolumeId(String volumeId)
Constraints:
Length: 12 - 30
volumeId
- The new value for the VolumeId property for this object.public CachediSCSIVolume withVolumeId(String volumeId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 12 - 30
volumeId
- The new value for the VolumeId property for this object.public String getVolumeType()
Constraints:
Length: 3 - 100
public void setVolumeType(String volumeType)
Constraints:
Length: 3 - 100
volumeType
- The new value for the VolumeType property for this object.public CachediSCSIVolume withVolumeType(String volumeType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 100
volumeType
- The new value for the VolumeType property for this object.public String getVolumeStatus()
Constraints:
Length: 3 - 50
public void setVolumeStatus(String volumeStatus)
Constraints:
Length: 3 - 50
volumeStatus
- The new value for the VolumeStatus property for this object.public CachediSCSIVolume withVolumeStatus(String volumeStatus)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 50
volumeStatus
- The new value for the VolumeStatus property for this object.public Long getVolumeSizeInBytes()
public void setVolumeSizeInBytes(Long volumeSizeInBytes)
volumeSizeInBytes
- The new value for the VolumeSizeInBytes property for this object.public CachediSCSIVolume withVolumeSizeInBytes(Long volumeSizeInBytes)
Returns a reference to this object so that method calls can be chained together.
volumeSizeInBytes
- The new value for the VolumeSizeInBytes property for this object.public Double getVolumeProgress()
public void setVolumeProgress(Double volumeProgress)
volumeProgress
- The new value for the VolumeProgress property for this object.public CachediSCSIVolume withVolumeProgress(Double volumeProgress)
Returns a reference to this object so that method calls can be chained together.
volumeProgress
- The new value for the VolumeProgress property for this object.public String getSourceSnapshotId()
Constraints:
Pattern: \Asnap-[0-9a-fA-F]{8}\z
public void setSourceSnapshotId(String sourceSnapshotId)
Constraints:
Pattern: \Asnap-[0-9a-fA-F]{8}\z
sourceSnapshotId
- The new value for the SourceSnapshotId property for this object.public CachediSCSIVolume withSourceSnapshotId(String sourceSnapshotId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: \Asnap-[0-9a-fA-F]{8}\z
sourceSnapshotId
- The new value for the SourceSnapshotId property for this object.public VolumeiSCSIAttributes getVolumeiSCSIAttributes()
public void setVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)
volumeiSCSIAttributes
- Lists iSCSI information about a volume.public CachediSCSIVolume withVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)
Returns a reference to this object so that method calls can be chained together.
volumeiSCSIAttributes
- Lists iSCSI information about a volume.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.