Class FailureDetails
java.lang.Object
com.amazonaws.services.codepipeline.model.FailureDetails
- All Implemented Interfaces:
Serializable
,Cloneable
Represents information about failure details.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The external ID of the run of the action that failed.The message about the failure.getType()
The type of the failure.int
hashCode()
void
setExternalExecutionId
(String externalExecutionId) The external ID of the run of the action that failed.void
setMessage
(String message) The message about the failure.void
setType
(FailureType type) The type of the failure.void
The type of the failure.toString()
Returns a string representation of this object; useful for testing and debugging.withExternalExecutionId
(String externalExecutionId) The external ID of the run of the action that failed.withMessage
(String message) The message about the failure.withType
(FailureType type) The type of the failure.The type of the failure.
-
Constructor Details
-
FailureDetails
public FailureDetails()
-
-
Method Details
-
setType
The type of the failure.
- Parameters:
type
- The type of the failure.- See Also:
-
getType
The type of the failure.
- Returns:
- The type of the failure.
- See Also:
-
withType
The type of the failure.
- Parameters:
type
- The type of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setType
The type of the failure.
- Parameters:
type
- The type of the failure.- See Also:
-
withType
The type of the failure.
- Parameters:
type
- The type of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setMessage
The message about the failure.
- Parameters:
message
- The message about the failure.
-
getMessage
The message about the failure.
- Returns:
- The message about the failure.
-
withMessage
The message about the failure.
- Parameters:
message
- The message about the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExternalExecutionId
The external ID of the run of the action that failed.
- Parameters:
externalExecutionId
- The external ID of the run of the action that failed.
-
getExternalExecutionId
The external ID of the run of the action that failed.
- Returns:
- The external ID of the run of the action that failed.
-
withExternalExecutionId
The external ID of the run of the action that failed.
- Parameters:
externalExecutionId
- The external ID of the run of the action that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-