|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.ec2.model.BlockDeviceMapping
public class BlockDeviceMapping
Block Device Mapping
| Constructor Summary | |
|---|---|
BlockDeviceMapping()
|
|
| Method Summary | |
|---|---|
String |
getDeviceName()
Returns the value of the DeviceName property for this object. |
EbsBlockDevice |
getEbs()
Returns the value of the Ebs property for this object. |
String |
getNoDevice()
Returns the value of the NoDevice property for this object. |
String |
getVirtualName()
Returns the value of the VirtualName property for this object. |
void |
setDeviceName(String deviceName)
Sets the value of the DeviceName property for this object. |
void |
setEbs(EbsBlockDevice ebs)
Sets the value of the Ebs property for this object. |
void |
setNoDevice(String noDevice)
Sets the value of the NoDevice property for this object. |
void |
setVirtualName(String virtualName)
Sets the value of the VirtualName property for this object. |
BlockDeviceMapping |
withDeviceName(String deviceName)
Sets the value of the DeviceName property for this object. |
BlockDeviceMapping |
withEbs(EbsBlockDevice ebs)
Sets the value of the Ebs property for this object. |
BlockDeviceMapping |
withNoDevice(String noDevice)
Sets the value of the NoDevice property for this object. |
BlockDeviceMapping |
withVirtualName(String virtualName)
Sets the value of the VirtualName property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlockDeviceMapping()
| Method Detail |
|---|
public String getVirtualName()
public void setVirtualName(String virtualName)
virtualName - The new value for the VirtualName property for this object.public BlockDeviceMapping withVirtualName(String virtualName)
Returns a reference to this object so that method calls can be chained together.
virtualName - The new value for the VirtualName property for this object.
public String getDeviceName()
public void setDeviceName(String deviceName)
deviceName - The new value for the DeviceName property for this object.public BlockDeviceMapping withDeviceName(String deviceName)
Returns a reference to this object so that method calls can be chained together.
deviceName - The new value for the DeviceName property for this object.
public EbsBlockDevice getEbs()
public void setEbs(EbsBlockDevice ebs)
ebs - The new value for the Ebs property for this object.public BlockDeviceMapping withEbs(EbsBlockDevice ebs)
Returns a reference to this object so that method calls can be chained together.
ebs - The new value for the Ebs property for this object.
public String getNoDevice()
public void setNoDevice(String noDevice)
noDevice - The new value for the NoDevice property for this object.public BlockDeviceMapping withNoDevice(String noDevice)
Returns a reference to this object so that method calls can be chained together.
noDevice - The new value for the NoDevice property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||