@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public UpdateAssetFilterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()