@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String revisionId()
The system-generated unique ID that identifies the revision number of the action.
public String revisionChangeId()
The unique identifier of the change that set the state to this revision, for example a deployment ID or timestamp.
public Instant created()
The date and time when the most recent version of the action was created, in timestamp format.
public ActionRevision.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ActionRevision.Builder,ActionRevision>
public static ActionRevision.Builder builder()
public static Class<? extends ActionRevision.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.