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