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)ErrorDetailserrorDetails()Returns the value of the ErrorDetails property for this object.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()StringlogStreamARN()The Amazon Resource Name (ARN) of the log stream for the action compute.Map<String,SdkField<?>>sdkFieldNameToField()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.
-
errorDetails
public final ErrorDetails errorDetails()
Returns the value of the ErrorDetails property for this object.- Returns:
- The value of the ErrorDetails property for this object.
-
logStreamARN
public final String logStreamARN()
The Amazon Resource Name (ARN) of the log stream for the action compute.
- Returns:
- The Amazon Resource Name (ARN) of the log stream for the action compute.
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-