Class BlockchainInstant
- java.lang.Object
-
- software.amazon.awssdk.services.managedblockchainquery.model.BlockchainInstant
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BlockchainInstant.Builder,BlockchainInstant>
@Generated("software.amazon.awssdk:codegen") public final class BlockchainInstant extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BlockchainInstant.Builder,BlockchainInstant>
The container for time.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBlockchainInstant.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BlockchainInstant.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BlockchainInstant.Builder>serializableBuilderClass()Instanttime()The container of theTimestampof the blockchain instant.BlockchainInstant.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
time
public final Instant time()
The container of the
Timestampof the blockchain instant.This
timestampwill only be recorded up to the second.- Returns:
- The container of the
Timestampof the blockchain instant.This
timestampwill only be recorded up to the second.
-
toBuilder
public BlockchainInstant.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BlockchainInstant.Builder,BlockchainInstant>
-
builder
public static BlockchainInstant.Builder builder()
-
serializableBuilderClass
public static Class<? extends BlockchainInstant.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-