|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.autoscaling.model.BlockDeviceMapping
public class BlockDeviceMapping
The BlockDeviceMapping data type.
Constructor Summary | |
---|---|
BlockDeviceMapping()
|
Method Summary | |
---|---|
String |
getDeviceName()
Specifies the name of the device within Amazon EC2. |
String |
getVirtualName()
Specifies the virtual name associated with the device. |
void |
setDeviceName(String deviceName)
Specifies the name of the device within Amazon EC2. |
void |
setVirtualName(String virtualName)
Specifies the virtual name associated with the device. |
String |
toString()
|
BlockDeviceMapping |
withDeviceName(String deviceName)
Specifies the name of the device within Amazon EC2. |
BlockDeviceMapping |
withVirtualName(String virtualName)
Specifies the virtual name associated with the device. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BlockDeviceMapping()
Method Detail |
---|
public String getVirtualName()
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
public void setVirtualName(String virtualName)
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
virtualName
- Specifies the virtual name associated with the device.public BlockDeviceMapping withVirtualName(String virtualName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
virtualName
- Specifies the virtual name associated with the device.
public String getDeviceName()
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
public void setDeviceName(String deviceName)
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
deviceName
- Specifies the name of the device within Amazon EC2.public BlockDeviceMapping withDeviceName(String deviceName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
deviceName
- Specifies the name of the device within Amazon EC2.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |