@Generated(value="software.amazon.awssdk:codegen") public final class Timer extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Timer.Builder,Timer>
The current state of a timer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Timer.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Timer.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() |
static Class<? extends Timer.Builder> |
serializableBuilderClass() |
Instant |
timestamp()
The expiration time for the timer.
|
Timer.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 Instant timestamp()
The expiration time for the timer.
public Timer.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Timer.Builder,Timer>public static Timer.Builder builder()
public static Class<? extends Timer.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.