@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 failed, this is the returned error.
|
int |
hashCode() |
void |
setError(String error)
If the request failed, this is the returned error.
|
String |
toString()
Returns a string representation of this object.
|
RemoveBackendConfigResult |
withError(String error)
If the request failed, this is the returned error.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setError(String error)
If the request failed, this is the returned error.
error
- If the request failed, this is the returned error.public String getError()
If the request failed, this is the returned error.
public RemoveBackendConfigResult withError(String error)
If the request failed, this is the returned error.
error
- If the request failed, this is the returned error.public String toString()
toString
in class Object
Object.toString()
public RemoveBackendConfigResult clone()