@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableActionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains the configuration information of a disable action.
| Constructor and Description |
|---|
DisableActionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DisableActionConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getNote()
The note that you can leave when you disable the alarm.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setNote(String note)
The note that you can leave when you disable the alarm.
|
String |
toString()
Returns a string representation of this object.
|
DisableActionConfiguration |
withNote(String note)
The note that you can leave when you disable the alarm.
|
public void setNote(String note)
The note that you can leave when you disable the alarm.
note - The note that you can leave when you disable the alarm.public String getNote()
The note that you can leave when you disable the alarm.
public DisableActionConfiguration withNote(String note)
The note that you can leave when you disable the alarm.
note - The note that you can leave when you disable the alarm.public String toString()
toString in class ObjectObject.toString()public DisableActionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.