Class ResetTimerAction
- java.lang.Object
-
- software.amazon.awssdk.services.iotevents.model.ResetTimerAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResetTimerAction.Builder,ResetTimerAction>
@Generated("software.amazon.awssdk:codegen") public final class ResetTimerAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResetTimerAction.Builder,ResetTimerAction>
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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResetTimerAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResetTimerAction.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ResetTimerAction.Builder>serializableBuilderClass()StringtimerName()The name of the timer to reset.ResetTimerAction.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
timerName
public final String timerName()
The name of the timer to reset.
- Returns:
- The name of the timer to reset.
-
toBuilder
public ResetTimerAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResetTimerAction.Builder,ResetTimerAction>
-
builder
public static ResetTimerAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResetTimerAction.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-