@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetTimerAction extends Object implements Serializable, Cloneable, StructuredPojo
Information required to reset the timer. The timer is reset to the previously evaluated result of the duration. The duration expression isn't reevaluated when you 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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.