@Generated(value="software.amazon.awssdk:codegen") public final class ActionExecutionResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActionExecutionResult.Builder,ActionExecutionResult>
Execution result information, such as the external execution ID.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActionExecutionResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ActionExecutionResult.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
externalExecutionId()
The action provider's external ID for the action execution.
|
String |
externalExecutionSummary()
The action provider's summary for the action execution.
|
String |
externalExecutionUrl()
The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is
used when running the action.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActionExecutionResult.Builder> |
serializableBuilderClass() |
ActionExecutionResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String externalExecutionId()
The action provider's external ID for the action execution.
public final String externalExecutionSummary()
The action provider's summary for the action execution.
public final String externalExecutionUrl()
The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.
public ActionExecutionResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActionExecutionResult.Builder,ActionExecutionResult>public static ActionExecutionResult.Builder builder()
public static Class<? extends ActionExecutionResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.