public class FailureDetails extends Object implements Serializable, Cloneable
Represents information about failure details.
Constructor and Description |
---|
FailureDetails() |
Modifier and Type | Method and Description |
---|---|
FailureDetails |
clone() |
boolean |
equals(Object obj) |
String |
getExternalExecutionId()
The external ID of the run of the action that failed.
|
String |
getMessage()
The message about the failure.
|
String |
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 |
setType(String type)
The type of the failure.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
FailureDetails |
withExternalExecutionId(String externalExecutionId)
The external ID of the run of the action that failed.
|
FailureDetails |
withMessage(String message)
The message about the failure.
|
FailureDetails |
withType(FailureType type)
The type of the failure.
|
FailureDetails |
withType(String type)
The type of the failure.
|
public void setType(String type)
The type of the failure.
type
- The type of the failure.FailureType
public String getType()
The type of the failure.
FailureType
public FailureDetails withType(String type)
The type of the failure.
type
- The type of the failure.FailureType
public void setType(FailureType type)
The type of the failure.
type
- The type of the failure.FailureType
public FailureDetails withType(FailureType type)
The type of the failure.
type
- The type of the failure.FailureType
public void setMessage(String message)
The message about the failure.
message
- The message about the failure.public String getMessage()
The message about the failure.
public FailureDetails withMessage(String message)
The message about the failure.
message
- The message about the failure.public void setExternalExecutionId(String externalExecutionId)
The external ID of the run of the action that failed.
externalExecutionId
- The external ID of the run of the action that failed.public String getExternalExecutionId()
The external ID of the run of the action that failed.
public FailureDetails withExternalExecutionId(String externalExecutionId)
The external ID of the run of the action that failed.
externalExecutionId
- The external ID of the run of the action that failed.public String toString()
toString
in class Object
Object.toString()
public FailureDetails clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.