@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAssetFilterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateAssetFilterRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateAssetFilterRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssetIdentifier()
The ID of the data asset.
|
String |
getClientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
AssetFilterConfiguration |
getConfiguration()
The configuration of the asset filter.
|
String |
getDescription()
The description of the asset filter.
|
String |
getDomainIdentifier()
The ID of the domain in which you want to create an asset filter.
|
String |
getName()
The name of the asset filter.
|
int |
hashCode() |
void |
setAssetIdentifier(String assetIdentifier)
The ID of the data asset.
|
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
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 in which you want to create an asset filter.
|
void |
setName(String name)
The name of the asset filter.
|
String |
toString()
Returns a string representation of this object.
|
CreateAssetFilterRequest |
withAssetIdentifier(String assetIdentifier)
The ID of the data asset.
|
CreateAssetFilterRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateAssetFilterRequest |
withConfiguration(AssetFilterConfiguration configuration)
The configuration of the asset filter.
|
CreateAssetFilterRequest |
withDescription(String description)
The description of the asset filter.
|
CreateAssetFilterRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the domain in which you want to create an asset filter.
|
CreateAssetFilterRequest |
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 CreateAssetFilterRequest withAssetIdentifier(String assetIdentifier)
The ID of the data asset.
assetIdentifier - The ID of the data asset.public void setClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
public CreateAssetFilterRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.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 CreateAssetFilterRequest 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 CreateAssetFilterRequest 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 in which you want to create an asset filter.
domainIdentifier - The ID of the domain in which you want to create an asset filter.public String getDomainIdentifier()
The ID of the domain in which you want to create an asset filter.
public CreateAssetFilterRequest withDomainIdentifier(String domainIdentifier)
The ID of the domain in which you want to create an asset filter.
domainIdentifier - The ID of the domain in which you want to create an 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 CreateAssetFilterRequest 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 CreateAssetFilterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.