@Generated(value="software.amazon.awssdk:codegen") public final class AssetPropertyTimestamp extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetPropertyTimestamp.Builder,AssetPropertyTimestamp>
An asset property timestamp entry containing the following information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetPropertyTimestamp.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssetPropertyTimestamp.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
offsetInNanos()
Optional.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssetPropertyTimestamp.Builder> |
serializableBuilderClass() |
String |
timeInSeconds()
A string that contains the time in seconds since epoch.
|
AssetPropertyTimestamp.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String timeInSeconds()
A string that contains the time in seconds since epoch. Accepts substitution templates.
public final String offsetInNanos()
Optional. A string that contains the nanosecond time offset. Accepts substitution templates.
public AssetPropertyTimestamp.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssetPropertyTimestamp.Builder,AssetPropertyTimestamp>public static AssetPropertyTimestamp.Builder builder()
public static Class<? extends AssetPropertyTimestamp.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.