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