@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssetFiltersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAssetFiltersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAssetFiltersRequest |
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.
|
String |
getDomainIdentifier()
The ID of the domain where you want to list asset filters.
|
Integer |
getMaxResults()
The maximum number of asset filters to return in a single call to
ListAssetFilters. |
String |
getNextToken()
When the number of asset filters is greater than the default value for the
MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of asset filters, the
response includes a pagination token named NextToken. |
String |
getStatus()
The status 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 list asset filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of asset filters to return in a single call to
ListAssetFilters. |
void |
setNextToken(String nextToken)
When the number of asset filters is greater than the default value for the
MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of asset filters, the
response includes a pagination token named NextToken. |
void |
setStatus(String status)
The status of the asset filter.
|
String |
toString()
Returns a string representation of this object.
|
ListAssetFiltersRequest |
withAssetIdentifier(String assetIdentifier)
The ID of the data asset.
|
ListAssetFiltersRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the domain where you want to list asset filters.
|
ListAssetFiltersRequest |
withMaxResults(Integer maxResults)
The maximum number of asset filters to return in a single call to
ListAssetFilters. |
ListAssetFiltersRequest |
withNextToken(String nextToken)
When the number of asset filters is greater than the default value for the
MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of asset filters, the
response includes a pagination token named NextToken. |
ListAssetFiltersRequest |
withStatus(FilterStatus status)
The status of the asset filter.
|
ListAssetFiltersRequest |
withStatus(String status)
The status 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, 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 ListAssetFiltersRequest 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 list asset filters.
domainIdentifier - The ID of the domain where you want to list asset filters.public String getDomainIdentifier()
The ID of the domain where you want to list asset filters.
public ListAssetFiltersRequest withDomainIdentifier(String domainIdentifier)
The ID of the domain where you want to list asset filters.
domainIdentifier - The ID of the domain where you want to list asset filters.public void setMaxResults(Integer maxResults)
The maximum number of asset filters to return in a single call to ListAssetFilters. When the number
of asset filters to be listed is greater than the value of MaxResults, the response contains a
NextToken value that you can use in a subsequent call to ListAssetFilters to list the
next set of asset filters.
maxResults - The maximum number of asset filters to return in a single call to ListAssetFilters. When the
number of asset filters to be listed is greater than the value of MaxResults, the response
contains a NextToken value that you can use in a subsequent call to
ListAssetFilters to list the next set of asset filters.public Integer getMaxResults()
The maximum number of asset filters to return in a single call to ListAssetFilters. When the number
of asset filters to be listed is greater than the value of MaxResults, the response contains a
NextToken value that you can use in a subsequent call to ListAssetFilters to list the
next set of asset filters.
ListAssetFilters. When the
number of asset filters to be listed is greater than the value of MaxResults, the response
contains a NextToken value that you can use in a subsequent call to
ListAssetFilters to list the next set of asset filters.public ListAssetFiltersRequest withMaxResults(Integer maxResults)
The maximum number of asset filters to return in a single call to ListAssetFilters. When the number
of asset filters to be listed is greater than the value of MaxResults, the response contains a
NextToken value that you can use in a subsequent call to ListAssetFilters to list the
next set of asset filters.
maxResults - The maximum number of asset filters to return in a single call to ListAssetFilters. When the
number of asset filters to be listed is greater than the value of MaxResults, the response
contains a NextToken value that you can use in a subsequent call to
ListAssetFilters to list the next set of asset filters.public void setNextToken(String nextToken)
When the number of asset filters is greater than the default value for the MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of asset filters, the
response includes a pagination token named NextToken. You can specify this NextToken
value in a subsequent call to ListAssetFilters to list the next set of asset filters.
nextToken - When the number of asset filters is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number
of asset filters, the response includes a pagination token named NextToken. You can specify
this NextToken value in a subsequent call to ListAssetFilters to list the next
set of asset filters.public String getNextToken()
When the number of asset filters is greater than the default value for the MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of asset filters, the
response includes a pagination token named NextToken. You can specify this NextToken
value in a subsequent call to ListAssetFilters to list the next set of asset filters.
MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number
of asset filters, the response includes a pagination token named NextToken. You can specify
this NextToken value in a subsequent call to ListAssetFilters to list the next
set of asset filters.public ListAssetFiltersRequest withNextToken(String nextToken)
When the number of asset filters is greater than the default value for the MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of asset filters, the
response includes a pagination token named NextToken. You can specify this NextToken
value in a subsequent call to ListAssetFilters to list the next set of asset filters.
nextToken - When the number of asset filters is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number
of asset filters, the response includes a pagination token named NextToken. You can specify
this NextToken value in a subsequent call to ListAssetFilters to list the next
set of asset filters.public void setStatus(String status)
The status of the asset filter.
status - The status of the asset filter.FilterStatuspublic String getStatus()
The status of the asset filter.
FilterStatuspublic ListAssetFiltersRequest withStatus(String status)
The status of the asset filter.
status - The status of the asset filter.FilterStatuspublic ListAssetFiltersRequest withStatus(FilterStatus status)
The status of the asset filter.
status - The status of the asset filter.FilterStatuspublic String toString()
toString in class ObjectObject.toString()public ListAssetFiltersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()