@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetTimerAction extends Object implements Serializable, Cloneable, StructuredPojo
Information needed to reset the timer.
| Constructor and Description |
|---|
ResetTimerAction() |
| Modifier and Type | Method and Description |
|---|---|
ResetTimerAction |
clone() |
boolean |
equals(Object obj) |
String |
getTimerName()
The name of the timer to reset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTimerName(String timerName)
The name of the timer to reset.
|
String |
toString()
Returns a string representation of this object.
|
ResetTimerAction |
withTimerName(String timerName)
The name of the timer to reset.
|
public void setTimerName(String timerName)
The name of the timer to reset.
timerName - The name of the timer to reset.public String getTimerName()
The name of the timer to reset.
public ResetTimerAction withTimerName(String timerName)
The name of the timer to reset.
timerName - The name of the timer to reset.public String toString()
toString in class ObjectObject.toString()public ResetTimerAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.