@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, setSdkResponseMetadatapublic void setState(String state)
The current state of the deleted entity.
state - The current state of the deleted entity.Statepublic String getState()
The current state of the deleted entity.
Statepublic DeleteEntityResult withState(String state)
The current state of the deleted entity.
state - The current state of the deleted entity.Statepublic DeleteEntityResult withState(State state)
The current state of the deleted entity.
state - The current state of the deleted entity.Statepublic String toString()
toString in class ObjectObject.toString()public DeleteEntityResult clone()