@Generated(value="software.amazon.awssdk:codegen") public class ActionRevision extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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.
|
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() |
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ActionRevision.Builder,ActionRevision>public static ActionRevision.Builder builder()
public static Class<? extends ActionRevision.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.