Class Alarm
java.lang.Object
com.amazonaws.services.autoscaling.model.Alarm
- All Implemented Interfaces:
Serializable
,Cloneable
Describes an alarm.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Amazon Resource Name (ARN) of the alarm.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.toString()
Returns a string representation of this object; useful for testing and debugging.withAlarmARN
(String alarmARN) The Amazon Resource Name (ARN) of the alarm.withAlarmName
(String alarmName) The name of the alarm.
-
Constructor Details
-
Alarm
public Alarm()
-
-
Method Details
-
setAlarmName
The name of the alarm.
- Parameters:
alarmName
- The name of the alarm.
-
getAlarmName
The name of the alarm.
- Returns:
- The name of the alarm.
-
withAlarmName
The name of the alarm.
- Parameters:
alarmName
- The name of the alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAlarmARN
The Amazon Resource Name (ARN) of the alarm.
- Parameters:
alarmARN
- The Amazon Resource Name (ARN) of the alarm.
-
getAlarmARN
The Amazon Resource Name (ARN) of the alarm.
- Returns:
- The Amazon Resource Name (ARN) of the alarm.
-
withAlarmARN
The Amazon Resource Name (ARN) of the alarm.
- Parameters:
alarmARN
- The Amazon Resource Name (ARN) of the alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-