|
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(Object obj)
|
String |
getAlarmARN()
The Amazon Resource Name (ARN) of the alarm. |
String |
getAlarmName()
The name of the alarm. |
int |
hashCode()
|
void |
setAlarmARN(String alarmARN)
The Amazon Resource Name (ARN) of the alarm. |
void |
setAlarmName(String alarmName)
The name of the alarm. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Alarm |
withAlarmARN(String alarmARN)
The Amazon Resource Name (ARN) of the alarm. |
Alarm |
withAlarmName(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 String getAlarmName()
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
public void setAlarmName(String alarmName)
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
alarmName
- The name of the alarm.public Alarm withAlarmName(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 String getAlarmARN()
Constraints:
Length: 1 - 1600
Pattern: [ -??-??-?\r\n\t]*
public void setAlarmARN(String alarmARN)
Constraints:
Length: 1 - 1600
Pattern: [ -??-??-?\r\n\t]*
alarmARN
- The Amazon Resource Name (ARN) of the alarm.public Alarm withAlarmARN(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |