|
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.Alarm
public class Alarm
The Alarm data type.
| Constructor Summary | |
|---|---|
Alarm()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAlarmARN()
The Amazon Resource Name (ARN) of the alarm. |
java.lang.String |
getAlarmName()
The name of the alarm. |
int |
hashCode()
|
void |
setAlarmARN(java.lang.String alarmARN)
The Amazon Resource Name (ARN) of the alarm. |
void |
setAlarmName(java.lang.String alarmName)
The name of the alarm. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Alarm |
withAlarmARN(java.lang.String alarmARN)
The Amazon Resource Name (ARN) of the alarm. |
Alarm |
withAlarmName(java.lang.String alarmName)
The name of the alarm. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Alarm()
| Method Detail |
|---|
public java.lang.String getAlarmName()
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
public void setAlarmName(java.lang.String alarmName)
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
alarmName - The name of the alarm.public Alarm withAlarmName(java.lang.String alarmName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
alarmName - The name of the alarm.
public java.lang.String getAlarmARN()
Constraints:
Length: 1 - 1600
Pattern: [ -??-??-?\r\n\t]*
public void setAlarmARN(java.lang.String alarmARN)
Constraints:
Length: 1 - 1600
Pattern: [ -??-??-?\r\n\t]*
alarmARN - The Amazon Resource Name (ARN) of the alarm.public Alarm withAlarmARN(java.lang.String alarmARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1600
Pattern: [ -??-??-?\r\n\t]*
alarmARN - The Amazon Resource Name (ARN) of the alarm.
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 | ||||||