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