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