|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.autoscaling.model.Ebs
public class Ebs
The Ebs data type.
| Constructor Summary | |
|---|---|
Ebs()
|
|
| Method Summary | |
|---|---|
String |
getSnapshotId()
The Snapshot ID. |
Integer |
getVolumeSize()
The volume size, in GigaBytes. |
void |
setSnapshotId(String snapshotId)
The Snapshot ID. |
void |
setVolumeSize(Integer volumeSize)
The volume size, in GigaBytes. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Ebs |
withSnapshotId(String snapshotId)
The Snapshot ID. |
Ebs |
withVolumeSize(Integer volumeSize)
The volume size, in GigaBytes. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Ebs()
| Method Detail |
|---|
public String getSnapshotId()
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
public void setSnapshotId(String snapshotId)
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
snapshotId - The Snapshot ID.public Ebs withSnapshotId(String snapshotId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
snapshotId - The Snapshot ID.
public Integer getVolumeSize()
Constraints:
Range: 1 - 1024
public void setVolumeSize(Integer volumeSize)
Constraints:
Range: 1 - 1024
volumeSize - The volume size, in GigaBytes.public Ebs withVolumeSize(Integer volumeSize)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 1024
volumeSize - The volume size, in GigaBytes.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||