@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAssetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeleteAssetRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteAssetRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDomainIdentifier()
 The ID of the Amazon DataZone domain in which the asset is deleted. | 
| String | getIdentifier()
 The identifier of the asset that is deleted. | 
| int | hashCode() | 
| void | setDomainIdentifier(String domainIdentifier)
 The ID of the Amazon DataZone domain in which the asset is deleted. | 
| void | setIdentifier(String identifier)
 The identifier of the asset that is deleted. | 
| String | toString()Returns a string representation of this object. | 
| DeleteAssetRequest | withDomainIdentifier(String domainIdentifier)
 The ID of the Amazon DataZone domain in which the asset is deleted. | 
| DeleteAssetRequest | withIdentifier(String identifier)
 The identifier of the asset that is deleted. | 
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, withSdkRequestTimeoutpublic void setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the asset is deleted.
domainIdentifier - The ID of the Amazon DataZone domain in which the asset is deleted.public String getDomainIdentifier()
The ID of the Amazon DataZone domain in which the asset is deleted.
public DeleteAssetRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the asset is deleted.
domainIdentifier - The ID of the Amazon DataZone domain in which the asset is deleted.public void setIdentifier(String identifier)
The identifier of the asset that is deleted.
identifier - The identifier of the asset that is deleted.public String getIdentifier()
The identifier of the asset that is deleted.
public DeleteAssetRequest withIdentifier(String identifier)
The identifier of the asset that is deleted.
identifier - The identifier of the asset that is deleted.public String toString()
toString in class ObjectObject.toString()public DeleteAssetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()