@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableActionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains the configuration information of an enable action.
| Constructor and Description |
|---|
EnableActionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
EnableActionConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getNote()
The note that you can leave when you enable the alarm.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setNote(String note)
The note that you can leave when you enable the alarm.
|
String |
toString()
Returns a string representation of this object.
|
EnableActionConfiguration |
withNote(String note)
The note that you can leave when you enable the alarm.
|
public void setNote(String note)
The note that you can leave when you enable the alarm.
note - The note that you can leave when you enable the alarm.public String getNote()
The note that you can leave when you enable the alarm.
public EnableActionConfiguration withNote(String note)
The note that you can leave when you enable the alarm.
note - The note that you can leave when you enable the alarm.public String toString()
toString in class ObjectObject.toString()public EnableActionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.