|
|||||||
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 | |
---|---|
String |
getAlarmARN()
The Amazon Resource Name (ARN) of the alarm. |
String |
getAlarmName()
The name of the alarm |
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 |
---|
equals, getClass, hashCode, 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 alarmpublic 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()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |