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