@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionExecutionResult extends Object implements Serializable, Cloneable, StructuredPojo
Execution result information, such as the external execution ID.
Constructor and Description |
---|
ActionExecutionResult() |
Modifier and Type | Method and Description |
---|---|
ActionExecutionResult |
clone() |
boolean |
equals(Object obj) |
ErrorDetails |
getErrorDetails() |
String |
getExternalExecutionId()
The action provider's external ID for the action execution.
|
String |
getExternalExecutionSummary()
The action provider's summary for the action execution.
|
String |
getExternalExecutionUrl()
The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is
used when running the action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setExternalExecutionId(String externalExecutionId)
The action provider's external ID for the action execution.
|
void |
setExternalExecutionSummary(String externalExecutionSummary)
The action provider's summary for the action execution.
|
void |
setExternalExecutionUrl(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.
|
String |
toString()
Returns a string representation of this object.
|
ActionExecutionResult |
withErrorDetails(ErrorDetails errorDetails) |
ActionExecutionResult |
withExternalExecutionId(String externalExecutionId)
The action provider's external ID for the action execution.
|
ActionExecutionResult |
withExternalExecutionSummary(String externalExecutionSummary)
The action provider's summary for the action execution.
|
ActionExecutionResult |
withExternalExecutionUrl(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 void setExternalExecutionId(String externalExecutionId)
The action provider's external ID for the action execution.
externalExecutionId
- The action provider's external ID for the action execution.public String getExternalExecutionId()
The action provider's external ID for the action execution.
public ActionExecutionResult withExternalExecutionId(String externalExecutionId)
The action provider's external ID for the action execution.
externalExecutionId
- The action provider's external ID for the action execution.public void setExternalExecutionSummary(String externalExecutionSummary)
The action provider's summary for the action execution.
externalExecutionSummary
- The action provider's summary for the action execution.public String getExternalExecutionSummary()
The action provider's summary for the action execution.
public ActionExecutionResult withExternalExecutionSummary(String externalExecutionSummary)
The action provider's summary for the action execution.
externalExecutionSummary
- The action provider's summary for the action execution.public void setExternalExecutionUrl(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.
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 String getExternalExecutionUrl()
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 withExternalExecutionUrl(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.
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 void setErrorDetails(ErrorDetails errorDetails)
errorDetails
- public ErrorDetails getErrorDetails()
public ActionExecutionResult withErrorDetails(ErrorDetails errorDetails)
errorDetails
- public String toString()
toString
in class Object
Object.toString()
public ActionExecutionResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.