StructuredPojo
, ToCopyableBuilder<ActionRevision.Builder,ActionRevision>
@Generated("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 | Description |
---|---|---|
static interface |
ActionRevision.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ActionRevision.Builder |
builder() |
|
Date |
created() |
The date and time when the most recent version of the action was created, in timestamp format.
|
boolean |
equals(Object obj) |
|
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() |
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 Date 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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.