@Generated(value="software.amazon.awssdk:codegen") public final class ActionState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActionState.Builder,ActionState>
Represents information about the state of an action.
Modifier and Type | Class and Description |
---|---|
static interface |
ActionState.Builder |
Modifier and Type | Method and Description |
---|---|
String |
actionName()
The name of the action.
|
static ActionState.Builder |
builder() |
ActionRevision |
currentRevision()
Represents information about the version (or revision) of an action.
|
String |
entityUrl()
A URL link for more information about the state of the action, such as a deployment group details page.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ActionExecution |
latestExecution()
Represents information about the run of an action.
|
String |
revisionUrl()
A URL link for more information about the revision, such as a commit details page.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActionState.Builder> |
serializableBuilderClass() |
ActionState.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 actionName()
The name of the action.
public ActionRevision currentRevision()
Represents information about the version (or revision) of an action.
public ActionExecution latestExecution()
Represents information about the run of an action.
public String entityUrl()
A URL link for more information about the state of the action, such as a deployment group details page.
public String revisionUrl()
A URL link for more information about the revision, such as a commit details page.
public ActionState.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ActionState.Builder,ActionState>
public static ActionState.Builder builder()
public static Class<? extends ActionState.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.