| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.BundleTaskError
public class BundleTaskError
Describes an error for BundleInstance.
| Constructor Summary | |
|---|---|
| BundleTaskError() | |
| Method Summary | |
|---|---|
|  boolean | equals(java.lang.Object obj) | 
|  java.lang.String | getCode()The error code. | 
|  java.lang.String | getMessage()The error message. | 
|  int | hashCode() | 
|  void | setCode(java.lang.String code)The error code. | 
|  void | setMessage(java.lang.String message)The error message. | 
|  java.lang.String | toString()Returns a string representation of this object; useful for testing and debugging. | 
|  BundleTaskError | withCode(java.lang.String code)The error code. | 
|  BundleTaskError | withMessage(java.lang.String message)The error message. | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public BundleTaskError()
| Method Detail | 
|---|
public java.lang.String getCode()
public void setCode(java.lang.String code)
code - The error code.public BundleTaskError withCode(java.lang.String code)
Returns a reference to this object so that method calls can be chained together.
code - The error code.
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - The error message.public BundleTaskError withMessage(java.lang.String message)
Returns a reference to this object so that method calls can be chained together.
message - The error message.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||