|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.storagegateway.model.CachediSCSIVolume
public class CachediSCSIVolume
Cachedi S C S I Volume
Constructor Summary | |
---|---|
CachediSCSIVolume()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CachediSCSIVolume()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |