public class BlockDeviceMapping
extends java.lang.Object
implements java.io.Serializable
The BlockDeviceMapping data type.
| コンストラクタと説明 |
|---|
BlockDeviceMapping() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDeviceName()
The name of the device within Amazon EC2.
|
Ebs |
getEbs()
The Elastic Block Storage volume information.
|
java.lang.String |
getVirtualName()
The virtual name associated with the device.
|
int |
hashCode() |
void |
setDeviceName(java.lang.String deviceName)
The name of the device within Amazon EC2.
|
void |
setEbs(Ebs ebs)
The Elastic Block Storage volume information.
|
void |
setVirtualName(java.lang.String virtualName)
The virtual name associated with the device.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BlockDeviceMapping |
withDeviceName(java.lang.String deviceName)
The name of the device within Amazon EC2.
|
BlockDeviceMapping |
withEbs(Ebs ebs)
The Elastic Block Storage volume information.
|
BlockDeviceMapping |
withVirtualName(java.lang.String virtualName)
The virtual name associated with the device.
|
public java.lang.String getVirtualName()
Constraints:
Length: 1 - 255
Pattern: [ --�𐀀-\r\n\t]*
public void setVirtualName(java.lang.String virtualName)
Constraints:
Length: 1 - 255
Pattern: [ --�𐀀-\r\n\t]*
virtualName - The virtual name associated with the device.public BlockDeviceMapping withVirtualName(java.lang.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 - The virtual name associated with the device.public java.lang.String getDeviceName()
Constraints:
Length: 1 - 255
Pattern: [ --�𐀀-\r\n\t]*
public void setDeviceName(java.lang.String deviceName)
Constraints:
Length: 1 - 255
Pattern: [ --�𐀀-\r\n\t]*
deviceName - The name of the device within Amazon EC2.public BlockDeviceMapping withDeviceName(java.lang.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 - The name of the device within Amazon EC2.public Ebs getEbs()
public void setEbs(Ebs ebs)
ebs - The Elastic Block Storage volume information.public BlockDeviceMapping withEbs(Ebs ebs)
Returns a reference to this object so that method calls can be chained together.
ebs - The Elastic Block Storage volume information.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object