@Generated(value="software.amazon.awssdk:codegen") public final class ActionContext extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActionContext.Builder,ActionContext>
Represents the context of an action in the stage of a pipeline to a job worker.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActionContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
actionExecutionId()
The system-generated unique ID that corresponds to an action's execution.
|
static ActionContext.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the action in the context of a job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActionContext.Builder> |
serializableBuilderClass() |
ActionContext.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the action in the context of a job.
public final String actionExecutionId()
The system-generated unique ID that corresponds to an action's execution.
public ActionContext.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActionContext.Builder,ActionContext>public static ActionContext.Builder builder()
public static Class<? extends ActionContext.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.