@Generated(value="software.amazon.awssdk:codegen") public final class LedgerSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LedgerSummary.Builder,LedgerSummary>
Information about a ledger, including its name, state, and when it was created.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LedgerSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LedgerSummary.Builder |
builder() |
Instant |
creationDateTime()
The date and time, in epoch time format, when the ledger was created.
|
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 ledger.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LedgerSummary.Builder> |
serializableBuilderClass() |
LedgerState |
state()
The current status of the ledger.
|
String |
stateAsString()
The current status of the ledger.
|
LedgerSummary.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 ledger.
public final LedgerState state()
The current status of the ledger.
If the service returns an enum value that is not available in the current SDK version, state will return
LedgerState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
LedgerStatepublic final String stateAsString()
The current status of the ledger.
If the service returns an enum value that is not available in the current SDK version, state will return
LedgerState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
LedgerStatepublic final Instant creationDateTime()
The date and time, in epoch time format, when the ledger was created. (Epoch time format is the number of seconds elapsed since 12:00:00 AM January 1, 1970 UTC.)
public LedgerSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LedgerSummary.Builder,LedgerSummary>public static LedgerSummary.Builder builder()
public static Class<? extends LedgerSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.