@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveBackendConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| RemoveBackendConfigResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| RemoveBackendConfigResult | clone() | 
| boolean | equals(Object obj) | 
| String | getError()
 If the request fails, this error is returned. | 
| int | hashCode() | 
| void | setError(String error)
 If the request fails, this error is returned. | 
| String | toString()Returns a string representation of this object. | 
| RemoveBackendConfigResult | withError(String error)
 If the request fails, this error is returned. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setError(String error)
If the request fails, this error is returned.
error - If the request fails, this error is returned.public String getError()
If the request fails, this error is returned.
public RemoveBackendConfigResult withError(String error)
If the request fails, this error is returned.
error - If the request fails, this error is returned.public String toString()
toString in class ObjectObject.toString()public RemoveBackendConfigResult clone()