@Generated(value="software.amazon.awssdk:codegen") public final class KxChangesetListEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KxChangesetListEntry.Builder,KxChangesetListEntry>
Details of changeset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KxChangesetListEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
Instant |
activeFromTimestamp()
Beginning time from which the changeset is active.
|
static KxChangesetListEntry.Builder |
builder() |
String |
changesetId()
A unique identifier for the changeset.
|
Instant |
createdTimestamp()
The timestamp at which the changeset was created in FinSpace.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTimestamp()
The timestamp at which the changeset was modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends KxChangesetListEntry.Builder> |
serializableBuilderClass() |
ChangesetStatus |
status()
Status of the changeset.
|
String |
statusAsString()
Status of the changeset.
|
KxChangesetListEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String changesetId()
A unique identifier for the changeset.
public final Instant createdTimestamp()
The timestamp at which the changeset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
public final Instant activeFromTimestamp()
Beginning time from which the changeset is active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
public final Instant lastModifiedTimestamp()
The timestamp at which the changeset was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
public final ChangesetStatus status()
Status of the changeset.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
If the service returns an enum value that is not available in the current SDK version, status will
return ChangesetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
ChangesetStatuspublic final String statusAsString()
Status of the changeset.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
If the service returns an enum value that is not available in the current SDK version, status will
return ChangesetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
ChangesetStatuspublic KxChangesetListEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KxChangesetListEntry.Builder,KxChangesetListEntry>public static KxChangesetListEntry.Builder builder()
public static Class<? extends KxChangesetListEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.