Class BundleTaskError
java.lang.Object
com.amazonaws.services.ec2.model.BundleTaskError
- All Implemented Interfaces:
Serializable, Cloneable
Describes an error for BundleInstance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetCode()The error code.The error message.inthashCode()voidThe error code.voidsetMessage(String message) The error message.toString()Returns a string representation of this object; useful for testing and debugging.The error code.withMessage(String message) The error message.
-
Constructor Details
-
BundleTaskError
public BundleTaskError()
-
-
Method Details
-
setCode
-
getCode
-
withCode
The error code.
- Parameters:
code- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMessage
-
getMessage
-
withMessage
The error message.
- Parameters:
message- The error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-