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