Class ActionExecutionResult
- java.lang.Object
-
- software.amazon.awssdk.services.codepipeline.model.ActionExecutionResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ActionExecutionResult.Builder,ActionExecutionResult>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceActionExecutionResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActionExecutionResult.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexternalExecutionId()The action provider's external ID for the action execution.StringexternalExecutionSummary()The action provider's summary for the action execution.StringexternalExecutionUrl()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)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ActionExecutionResult.Builder>serializableBuilderClass()ActionExecutionResult.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
-
externalExecutionId
public final String externalExecutionId()
The action provider's external ID for the action execution.
- Returns:
- The action provider's external ID for the action execution.
-
externalExecutionSummary
public final String externalExecutionSummary()
The action provider's summary for the action execution.
- Returns:
- The action provider's summary for the action execution.
-
externalExecutionUrl
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.
- Returns:
- The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.
-
toBuilder
public ActionExecutionResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ActionExecutionResult.Builder,ActionExecutionResult>
-
builder
public static ActionExecutionResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends ActionExecutionResult.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.
-
-