|
Did this page help you?Yes No Tell us about it... |
||||||
| 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(java.lang.Object obj)
|
java.lang.String |
getSnapshotId()
The snapshot ID. |
java.lang.Integer |
getVolumeSize()
The volume size, in gigabytes. |
int |
hashCode()
|
void |
setSnapshotId(java.lang.String snapshotId)
The snapshot ID. |
void |
setVolumeSize(java.lang.Integer volumeSize)
The volume size, in gigabytes. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Ebs |
withSnapshotId(java.lang.String snapshotId)
The snapshot ID. |
Ebs |
withVolumeSize(java.lang.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 java.lang.String getSnapshotId()
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
public void setSnapshotId(java.lang.String snapshotId)
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
snapshotId - The snapshot ID.public Ebs withSnapshotId(java.lang.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 java.lang.Integer getVolumeSize()
Constraints:
Range: 1 - 1024
public void setVolumeSize(java.lang.Integer volumeSize)
Constraints:
Range: 1 - 1024
volumeSize - The volume size, in gigabytes.public Ebs withVolumeSize(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||