|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cloudwatch.model.SetAlarmStateRequest
public class SetAlarmStateRequest
Container for the parameters to the SetAlarmState operation
.
Temporarily sets the state of an alarm. When the updated
StateValue
differs from the previous value, the action
configured for the appropriate state is invoked. This is not a
permanent change. The next periodic alarm check (in about a minute)
will set the alarm to its actual state.
AmazonCloudWatch.setAlarmState(SetAlarmStateRequest)
,
Serialized FormConstructor Summary | |
---|---|
SetAlarmStateRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAlarmName()
The descriptive name for the alarm. |
java.lang.String |
getStateReason()
The reason that this alarm is set to this specific state (in human-readable text format) |
java.lang.String |
getStateReasonData()
The reason that this alarm is set to this specific state (in machine-readable JSON format) |
java.lang.String |
getStateValue()
The value of the state. |
int |
hashCode()
|
void |
setAlarmName(java.lang.String alarmName)
The descriptive name for the alarm. |
void |
setStateReason(java.lang.String stateReason)
The reason that this alarm is set to this specific state (in human-readable text format) |
void |
setStateReasonData(java.lang.String stateReasonData)
The reason that this alarm is set to this specific state (in machine-readable JSON format) |
void |
setStateValue(StateValue stateValue)
The value of the state. |
void |
setStateValue(java.lang.String stateValue)
The value of the state. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
SetAlarmStateRequest |
withAlarmName(java.lang.String alarmName)
The descriptive name for the alarm. |
SetAlarmStateRequest |
withStateReason(java.lang.String stateReason)
The reason that this alarm is set to this specific state (in human-readable text format) |
SetAlarmStateRequest |
withStateReasonData(java.lang.String stateReasonData)
The reason that this alarm is set to this specific state (in machine-readable JSON format) |
SetAlarmStateRequest |
withStateValue(StateValue stateValue)
The value of the state. |
SetAlarmStateRequest |
withStateValue(java.lang.String stateValue)
The value of the state. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SetAlarmStateRequest()
Method Detail |
---|
public java.lang.String getAlarmName()
Constraints:
Length: 1 - 255
public void setAlarmName(java.lang.String alarmName)
Constraints:
Length: 1 - 255
alarmName
- The descriptive name for the alarm. This name must be unique within
the user's AWS account. The maximum length is 255 characters.public SetAlarmStateRequest withAlarmName(java.lang.String alarmName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
alarmName
- The descriptive name for the alarm. This name must be unique within
the user's AWS account. The maximum length is 255 characters.
public java.lang.String getStateValue()
Constraints:
Allowed Values: OK, ALARM, INSUFFICIENT_DATA
StateValue
public void setStateValue(java.lang.String stateValue)
Constraints:
Allowed Values: OK, ALARM, INSUFFICIENT_DATA
stateValue
- The value of the state.StateValue
public SetAlarmStateRequest withStateValue(java.lang.String stateValue)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: OK, ALARM, INSUFFICIENT_DATA
stateValue
- The value of the state.
StateValue
public void setStateValue(StateValue stateValue)
Constraints:
Allowed Values: OK, ALARM, INSUFFICIENT_DATA
stateValue
- The value of the state.StateValue
public SetAlarmStateRequest withStateValue(StateValue stateValue)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: OK, ALARM, INSUFFICIENT_DATA
stateValue
- The value of the state.
StateValue
public java.lang.String getStateReason()
Constraints:
Length: 0 - 1023
public void setStateReason(java.lang.String stateReason)
Constraints:
Length: 0 - 1023
stateReason
- The reason that this alarm is set to this specific state (in
human-readable text format)public SetAlarmStateRequest withStateReason(java.lang.String stateReason)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1023
stateReason
- The reason that this alarm is set to this specific state (in
human-readable text format)
public java.lang.String getStateReasonData()
Constraints:
Length: 0 - 4000
public void setStateReasonData(java.lang.String stateReasonData)
Constraints:
Length: 0 - 4000
stateReasonData
- The reason that this alarm is set to this specific state (in
machine-readable JSON format)public SetAlarmStateRequest withStateReasonData(java.lang.String stateReasonData)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 4000
stateReasonData
- The reason that this alarm is set to this specific state (in
machine-readable JSON format)
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public 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 |