Class ErrorDetails
java.lang.Object
com.amazonaws.services.codepipeline.model.ErrorDetails
- All Implemented Interfaces:
Serializable
,Cloneable
Represents information about an error in AWS CodePipeline.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getCode()
The system ID or error number code of the error.The text of the error message.int
hashCode()
void
The system ID or error number code of the error.void
setMessage
(String message) The text of the error message.toString()
Returns a string representation of this object; useful for testing and debugging.The system ID or error number code of the error.withMessage
(String message) The text of the error message.
-
Constructor Details
-
ErrorDetails
public ErrorDetails()
-
-
Method Details
-
setCode
The system ID or error number code of the error.
- Parameters:
code
- The system ID or error number code of the error.
-
getCode
The system ID or error number code of the error.
- Returns:
- The system ID or error number code of the error.
-
withCode
The system ID or error number code of the error.
- Parameters:
code
- The system ID or error number code of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMessage
The text of the error message.
- Parameters:
message
- The text of the error message.
-
getMessage
The text of the error message.
- Returns:
- The text of the error message.
-
withMessage
The text of the error message.
- Parameters:
message
- The text of the error message.- 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
-