@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAssetModelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteAssetModelRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteAssetModelRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssetModelId()
The ID of the asset model to delete.
|
String |
getClientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
int |
hashCode() |
void |
setAssetModelId(String assetModelId)
The ID of the asset model to delete.
|
void |
setClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAssetModelRequest |
withAssetModelId(String assetModelId)
The ID of the asset model to delete.
|
DeleteAssetModelRequest |
withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAssetModelId(String assetModelId)
The ID of the asset model to delete.
assetModelId - The ID of the asset model to delete.public String getAssetModelId()
The ID of the asset model to delete.
public DeleteAssetModelRequest withAssetModelId(String assetModelId)
The ID of the asset model to delete.
assetModelId - The ID of the asset model to delete.public void setClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't
reuse this client token if a new idempotent request is required.public String getClientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
public DeleteAssetModelRequest withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't
reuse this client token if a new idempotent request is required.public String toString()
toString in class ObjectObject.toString()public DeleteAssetModelRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.