@Generated(value="software.amazon.awssdk:codegen") public final class ActionRevision extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActionRevision.Builder,ActionRevision>
Represents information about the version (or revision) of an action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActionRevision.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ActionRevision.Builder |
builder() |
Instant |
created()
The date and time when the most recent version of the action was created, in timestamp format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
revisionChangeId()
The unique identifier of the change that set the state to this revision (for example, a deployment ID or
timestamp).
|
String |
revisionId()
The system-generated unique ID that identifies the revision number of the action.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActionRevision.Builder> |
serializableBuilderClass() |
ActionRevision.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String revisionId()
The system-generated unique ID that identifies the revision number of the action.
public final String revisionChangeId()
The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).
public final Instant created()
The date and time when the most recent version of the action was created, in timestamp format.
public ActionRevision.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActionRevision.Builder,ActionRevision>public static ActionRevision.Builder builder()
public static Class<? extends ActionRevision.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.