@Generated(value="software.amazon.awssdk:codegen") public final class TimerDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimerDefinition.Builder,TimerDefinition>
The new setting of a timer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TimerDefinition.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TimerDefinition.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the timer.
|
List<SdkField<?>> |
sdkFields() |
Integer |
seconds()
The new setting of the timer (the number of seconds before the timer elapses).
|
static Class<? extends TimerDefinition.Builder> |
serializableBuilderClass() |
TimerDefinition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the timer.
public final Integer seconds()
The new setting of the timer (the number of seconds before the timer elapses).
public TimerDefinition.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TimerDefinition.Builder,TimerDefinition>public static TimerDefinition.Builder builder()
public static Class<? extends TimerDefinition.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.