Class ActionState
- java.lang.Object
-
- software.amazon.awssdk.services.codepipeline.model.ActionState
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ActionState.Builder,ActionState>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceActionState.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringactionName()The name of the action.static ActionState.Builderbuilder()ActionRevisioncurrentRevision()Represents information about the version (or revision) of an action.StringentityUrl()A URL link for more information about the state of the action, such as a deployment group details page.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ActionExecutionlatestExecution()Represents information about the run of an action.StringrevisionUrl()A URL link for more information about the revision, such as a commit details page.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ActionState.Builder>serializableBuilderClass()ActionState.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
actionName
public final String actionName()
The name of the action.
- Returns:
- The name of the action.
-
currentRevision
public final ActionRevision currentRevision()
Represents information about the version (or revision) of an action.
- Returns:
- Represents information about the version (or revision) of an action.
-
latestExecution
public final ActionExecution latestExecution()
Represents information about the run of an action.
- Returns:
- Represents information about the run of an action.
-
entityUrl
public final String entityUrl()
A URL link for more information about the state of the action, such as a deployment group details page.
- Returns:
- A URL link for more information about the state of the action, such as a deployment group details page.
-
revisionUrl
public final String revisionUrl()
A URL link for more information about the revision, such as a commit details page.
- Returns:
- A URL link for more information about the revision, such as a commit details page.
-
toBuilder
public ActionState.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ActionState.Builder,ActionState>
-
builder
public static ActionState.Builder builder()
-
serializableBuilderClass
public static Class<? extends ActionState.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-