@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAssetModelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteAssetModelResult() |
Modifier and Type | Method and Description |
---|---|
DeleteAssetModelResult |
clone() |
boolean |
equals(Object obj) |
AssetModelStatus |
getAssetModelStatus()
The status of the asset model, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
int |
hashCode() |
void |
setAssetModelStatus(AssetModelStatus assetModelStatus)
The status of the asset model, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
String |
toString()
Returns a string representation of this object.
|
DeleteAssetModelResult |
withAssetModelStatus(AssetModelStatus assetModelStatus)
The status of the asset model, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAssetModelStatus(AssetModelStatus assetModelStatus)
The status of the asset model, which contains a state (DELETING
after successfully calling this
operation) and any error message.
assetModelStatus
- The status of the asset model, which contains a state (DELETING
after successfully calling
this operation) and any error message.public AssetModelStatus getAssetModelStatus()
The status of the asset model, which contains a state (DELETING
after successfully calling this
operation) and any error message.
DELETING
after successfully calling
this operation) and any error message.public DeleteAssetModelResult withAssetModelStatus(AssetModelStatus assetModelStatus)
The status of the asset model, which contains a state (DELETING
after successfully calling this
operation) and any error message.
assetModelStatus
- The status of the asset model, which contains a state (DELETING
after successfully calling
this operation) and any error message.public String toString()
toString
in class Object
Object.toString()
public DeleteAssetModelResult clone()