@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAssetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAssetsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssetModelId()
The ID of the asset model by which to filter the list of assets.
|
String |
getFilter()
The filter for the requested list of assets.
|
Integer |
getMaxResults()
The maximum number of results to be returned per paginated request.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
int |
hashCode() |
void |
setAssetModelId(String assetModelId)
The ID of the asset model by which to filter the list of assets.
|
void |
setFilter(String filter)
The filter for the requested list of assets.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
String |
toString()
Returns a string representation of this object.
|
ListAssetsRequest |
withAssetModelId(String assetModelId)
The ID of the asset model by which to filter the list of assets.
|
ListAssetsRequest |
withFilter(ListAssetsFilter filter)
The filter for the requested list of assets.
|
ListAssetsRequest |
withFilter(String filter)
The filter for the requested list of assets.
|
ListAssetsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListAssetsRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
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 setNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.public String getNextToken()
The token to be used for the next set of paginated results.
public ListAssetsRequest withNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.public void setMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
maxResults - The maximum number of results to be returned per paginated request.public Integer getMaxResults()
The maximum number of results to be returned per paginated request.
public ListAssetsRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
maxResults - The maximum number of results to be returned per paginated request.public void setAssetModelId(String assetModelId)
The ID of the asset model by which to filter the list of assets. This parameter is required if you choose
ALL for filter.
assetModelId - The ID of the asset model by which to filter the list of assets. This parameter is required if you choose
ALL for filter.public String getAssetModelId()
The ID of the asset model by which to filter the list of assets. This parameter is required if you choose
ALL for filter.
ALL for filter.public ListAssetsRequest withAssetModelId(String assetModelId)
The ID of the asset model by which to filter the list of assets. This parameter is required if you choose
ALL for filter.
assetModelId - The ID of the asset model by which to filter the list of assets. This parameter is required if you choose
ALL for filter.public void setFilter(String filter)
The filter for the requested list of assets. Choose one of the following options. Defaults to ALL.
ALL – The list includes all assets for a given asset model ID. The assetModelId
parameter is required if you filter by ALL.
TOP_LEVEL – The list includes only top-level assets in the asset hierarchy tree.
filter - The filter for the requested list of assets. Choose one of the following options. Defaults to
ALL.
ALL – The list includes all assets for a given asset model ID. The assetModelId
parameter is required if you filter by ALL.
TOP_LEVEL – The list includes only top-level assets in the asset hierarchy tree.
ListAssetsFilterpublic String getFilter()
The filter for the requested list of assets. Choose one of the following options. Defaults to ALL.
ALL – The list includes all assets for a given asset model ID. The assetModelId
parameter is required if you filter by ALL.
TOP_LEVEL – The list includes only top-level assets in the asset hierarchy tree.
ALL.
ALL – The list includes all assets for a given asset model ID. The assetModelId
parameter is required if you filter by ALL.
TOP_LEVEL – The list includes only top-level assets in the asset hierarchy tree.
ListAssetsFilterpublic ListAssetsRequest withFilter(String filter)
The filter for the requested list of assets. Choose one of the following options. Defaults to ALL.
ALL – The list includes all assets for a given asset model ID. The assetModelId
parameter is required if you filter by ALL.
TOP_LEVEL – The list includes only top-level assets in the asset hierarchy tree.
filter - The filter for the requested list of assets. Choose one of the following options. Defaults to
ALL.
ALL – The list includes all assets for a given asset model ID. The assetModelId
parameter is required if you filter by ALL.
TOP_LEVEL – The list includes only top-level assets in the asset hierarchy tree.
ListAssetsFilterpublic ListAssetsRequest withFilter(ListAssetsFilter filter)
The filter for the requested list of assets. Choose one of the following options. Defaults to ALL.
ALL – The list includes all assets for a given asset model ID. The assetModelId
parameter is required if you filter by ALL.
TOP_LEVEL – The list includes only top-level assets in the asset hierarchy tree.
filter - The filter for the requested list of assets. Choose one of the following options. Defaults to
ALL.
ALL – The list includes all assets for a given asset model ID. The assetModelId
parameter is required if you filter by ALL.
TOP_LEVEL – The list includes only top-level assets in the asset hierarchy tree.
ListAssetsFilterpublic String toString()
toString in class ObjectObject.toString()public ListAssetsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.