public class DisableAlarmActionsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DisableAlarmActions operation.
Disables actions for the specified alarms. When an alarm's actions are disabled the alarm's state may change, but none of the alarm's actions will execute.
| コンストラクタと説明 |
|---|
DisableAlarmActionsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAlarmNames()
The names of the alarms to disable actions for.
|
int |
hashCode() |
void |
setAlarmNames(java.util.Collection<java.lang.String> alarmNames)
The names of the alarms to disable actions for.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisableAlarmActionsRequest |
withAlarmNames(java.util.Collection<java.lang.String> alarmNames)
The names of the alarms to disable actions for.
|
DisableAlarmActionsRequest |
withAlarmNames(java.lang.String... alarmNames)
The names of the alarms to disable actions for.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.util.List<java.lang.String> getAlarmNames()
Constraints:
Length: 0 - 100
public void setAlarmNames(java.util.Collection<java.lang.String> alarmNames)
Constraints:
Length: 0 - 100
alarmNames - The names of the alarms to disable actions for.public DisableAlarmActionsRequest withAlarmNames(java.lang.String... alarmNames)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 100
alarmNames - The names of the alarms to disable actions for.public DisableAlarmActionsRequest withAlarmNames(java.util.Collection<java.lang.String> alarmNames)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 100
alarmNames - The names of the alarms to disable actions for.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object