@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAssetModelCompositeModelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAssetModelCompositeModelRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAssetModelCompositeModelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssetModelCompositeModelId()
The ID of a composite model on this asset model.
|
String |
getAssetModelId()
The ID of the asset model, in UUID format.
|
String |
getClientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
int |
hashCode() |
void |
setAssetModelCompositeModelId(String assetModelCompositeModelId)
The ID of a composite model on this asset model.
|
void |
setAssetModelId(String assetModelId)
The ID of the asset model, in UUID format.
|
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.
|
DeleteAssetModelCompositeModelRequest |
withAssetModelCompositeModelId(String assetModelCompositeModelId)
The ID of a composite model on this asset model.
|
DeleteAssetModelCompositeModelRequest |
withAssetModelId(String assetModelId)
The ID of the asset model, in UUID format.
|
DeleteAssetModelCompositeModelRequest |
withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
addHandlerContext, 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, withSdkRequestTimeout
public DeleteAssetModelCompositeModelRequest()
public void setAssetModelId(String assetModelId)
The ID of the asset model, in UUID format.
assetModelId
- The ID of the asset model, in UUID format.public String getAssetModelId()
The ID of the asset model, in UUID format.
public DeleteAssetModelCompositeModelRequest withAssetModelId(String assetModelId)
The ID of the asset model, in UUID format.
assetModelId
- The ID of the asset model, in UUID format.public void setAssetModelCompositeModelId(String assetModelCompositeModelId)
The ID of a composite model on this asset model.
assetModelCompositeModelId
- The ID of a composite model on this asset model.public String getAssetModelCompositeModelId()
The ID of a composite model on this asset model.
public DeleteAssetModelCompositeModelRequest withAssetModelCompositeModelId(String assetModelCompositeModelId)
The ID of a composite model on this asset model.
assetModelCompositeModelId
- The ID of a composite model on this asset model.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 DeleteAssetModelCompositeModelRequest 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 Object
Object.toString()
public DeleteAssetModelCompositeModelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()