@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, setSdkResponseMetadatapublic 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.Statepublic String getState()
The current state of the component type to be deleted.
Statepublic 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.Statepublic 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.Statepublic String toString()
toString in class ObjectObject.toString()public DeleteComponentTypeResult clone()
Copyright © 2023. All rights reserved.