@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VolumeStatusAttachmentStatus extends Object implements Serializable, Cloneable
Information about the instances to which the volume is attached.
Constructor and Description |
---|
VolumeStatusAttachmentStatus() |
Modifier and Type | Method and Description |
---|---|
VolumeStatusAttachmentStatus |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceId()
The ID of the attached instance.
|
String |
getIoPerformance()
The maximum IOPS supported by the attached instance.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The ID of the attached instance.
|
void |
setIoPerformance(String ioPerformance)
The maximum IOPS supported by the attached instance.
|
String |
toString()
Returns a string representation of this object.
|
VolumeStatusAttachmentStatus |
withInstanceId(String instanceId)
The ID of the attached instance.
|
VolumeStatusAttachmentStatus |
withIoPerformance(String ioPerformance)
The maximum IOPS supported by the attached instance.
|
public void setIoPerformance(String ioPerformance)
The maximum IOPS supported by the attached instance.
ioPerformance
- The maximum IOPS supported by the attached instance.public String getIoPerformance()
The maximum IOPS supported by the attached instance.
public VolumeStatusAttachmentStatus withIoPerformance(String ioPerformance)
The maximum IOPS supported by the attached instance.
ioPerformance
- The maximum IOPS supported by the attached instance.public void setInstanceId(String instanceId)
The ID of the attached instance.
instanceId
- The ID of the attached instance.public String getInstanceId()
The ID of the attached instance.
public VolumeStatusAttachmentStatus withInstanceId(String instanceId)
The ID of the attached instance.
instanceId
- The ID of the attached instance.public String toString()
toString
in class Object
Object.toString()
public VolumeStatusAttachmentStatus clone()