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