@Generated(value="software.amazon.awssdk:codegen") public final class BlockchainInstant extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BlockchainInstant.Builder,BlockchainInstant>
The container for time.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BlockchainInstant.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BlockchainInstant.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 BlockchainInstant.Builder> |
serializableBuilderClass() |
Instant |
time()
The container of the
Timestamp of the blockchain instant. |
BlockchainInstant.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant time()
The container of the Timestamp of the blockchain instant.
This timestamp will only be recorded up to the second.
Timestamp of the blockchain instant.
This timestamp will only be recorded up to the second.
public BlockchainInstant.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BlockchainInstant.Builder,BlockchainInstant>public static BlockchainInstant.Builder builder()
public static Class<? extends BlockchainInstant.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.