@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public EnableActionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.