public class DescribeVolumeAttributeResult extends Object implements Serializable
Constructor and Description |
---|
DescribeVolumeAttributeResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getAutoEnableIO()
The state of
autoEnableIO attribute. |
List<ProductCode> |
getProductCodes()
A list of product codes.
|
String |
getVolumeId()
The ID of the volume.
|
int |
hashCode() |
Boolean |
isAutoEnableIO()
The state of
autoEnableIO attribute. |
void |
setAutoEnableIO(Boolean autoEnableIO)
The state of
autoEnableIO attribute. |
void |
setProductCodes(Collection<ProductCode> productCodes)
A list of product codes.
|
void |
setVolumeId(String volumeId)
The ID of the volume.
|
String |
toString() |
public void setVolumeId(String volumeId)
The ID of the volume.
volumeId
- The ID of the volume.public String getVolumeId()
The ID of the volume.
public void setAutoEnableIO(Boolean autoEnableIO)
The state of autoEnableIO
attribute.
autoEnableIO
- The state of autoEnableIO
attribute.public Boolean getAutoEnableIO()
The state of autoEnableIO
attribute.
autoEnableIO
attribute.public Boolean isAutoEnableIO()
The state of autoEnableIO
attribute.
autoEnableIO
attribute.public List<ProductCode> getProductCodes()
A list of product codes.
public void setProductCodes(Collection<ProductCode> productCodes)
A list of product codes.
productCodes
- A list of product codes.Copyright © 2010–2020. All rights reserved.