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