|
|||||||
| 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 | |
|---|---|
boolean |
equals(Object obj)
|
String |
getSnapshotId()
The snapshot ID. |
Integer |
getVolumeSize()
The volume size, in gigabytes. |
int |
hashCode()
|
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 |
|---|
getClass, 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()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||