@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEntityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteEntityResult () |
| Modifier and Type | Method and Description |
|---|---|
DeleteEntityResult |
clone () |
boolean |
equals (Object obj) |
String |
getState ()
The current state of the deleted entity.
|
int |
hashCode () |
void |
setState (String state)
The current state of the deleted entity.
|
String |
toString ()
Returns a string representation of this object.
|
DeleteEntityResult |
withState (State state)
The current state of the deleted entity.
|
DeleteEntityResult |
withState (String state)
The current state of the deleted entity.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public DeleteEntityResult()
public void setState(String state)
The current state of the deleted entity.
state - The current state of the deleted entity.State public String getState()
The current state of the deleted entity.
State public DeleteEntityResult withState(String state)
The current state of the deleted entity.
state - The current state of the deleted entity.State public DeleteEntityResult withState(State state)
The current state of the deleted entity.
state - The current state of the deleted entity.State public String toString()
toString in class Object Object.toString() public DeleteEntityResult clone()