@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAssetFilterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteAssetFilterRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteAssetFilterRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssetIdentifier()
The ID of the data asset.
|
String |
getDomainIdentifier()
The ID of the domain where you want to delete an asset filter.
|
String |
getIdentifier()
The ID of the asset filter that you want to delete.
|
int |
hashCode() |
void |
setAssetIdentifier(String assetIdentifier)
The ID of the data asset.
|
void |
setDomainIdentifier(String domainIdentifier)
The ID of the domain where you want to delete an asset filter.
|
void |
setIdentifier(String identifier)
The ID of the asset filter that you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAssetFilterRequest |
withAssetIdentifier(String assetIdentifier)
The ID of the data asset.
|
DeleteAssetFilterRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the domain where you want to delete an asset filter.
|
DeleteAssetFilterRequest |
withIdentifier(String identifier)
The ID of the asset filter that you want to delete.
|
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 setAssetIdentifier(String assetIdentifier)
The ID of the data asset.
assetIdentifier - The ID of the data asset.public String getAssetIdentifier()
The ID of the data asset.
public DeleteAssetFilterRequest withAssetIdentifier(String assetIdentifier)
The ID of the data asset.
assetIdentifier - The ID of the data asset.public void setDomainIdentifier(String domainIdentifier)
The ID of the domain where you want to delete an asset filter.
domainIdentifier - The ID of the domain where you want to delete an asset filter.public String getDomainIdentifier()
The ID of the domain where you want to delete an asset filter.
public DeleteAssetFilterRequest withDomainIdentifier(String domainIdentifier)
The ID of the domain where you want to delete an asset filter.
domainIdentifier - The ID of the domain where you want to delete an asset filter.public void setIdentifier(String identifier)
The ID of the asset filter that you want to delete.
identifier - The ID of the asset filter that you want to delete.public String getIdentifier()
The ID of the asset filter that you want to delete.
public DeleteAssetFilterRequest withIdentifier(String identifier)
The ID of the asset filter that you want to delete.
identifier - The ID of the asset filter that you want to delete.public String toString()
toString in class ObjectObject.toString()public DeleteAssetFilterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.