@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssetPropertiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAssetPropertiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAssetPropertiesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssetId()
The ID of the asset.
|
String |
getFilter()
Filters the requested list of asset properties.
|
Integer |
getMaxResults()
The maximum number of results to return for each paginated request.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
int |
hashCode() |
void |
setAssetId(String assetId)
The ID of the asset.
|
void |
setFilter(String filter)
Filters the requested list of asset properties.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return for each 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.
|
ListAssetPropertiesRequest |
withAssetId(String assetId)
The ID of the asset.
|
ListAssetPropertiesRequest |
withFilter(ListAssetPropertiesFilter filter)
Filters the requested list of asset properties.
|
ListAssetPropertiesRequest |
withFilter(String filter)
Filters the requested list of asset properties.
|
ListAssetPropertiesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
ListAssetPropertiesRequest |
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 setAssetId(String assetId)
The ID of the asset. This can be either the actual ID in UUID format, or else externalId: followed
by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.
assetId - The ID of the asset. This can be either the actual ID in UUID format, or else externalId:
followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.public String getAssetId()
The ID of the asset. This can be either the actual ID in UUID format, or else externalId: followed
by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.
externalId:
followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.public ListAssetPropertiesRequest withAssetId(String assetId)
The ID of the asset. This can be either the actual ID in UUID format, or else externalId: followed
by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.
assetId - The ID of the asset. This can be either the actual ID in UUID format, or else externalId:
followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.public 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 ListAssetPropertiesRequest 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 return for each paginated request. If not specified, the default value is 50.
maxResults - The maximum number of results to return for each paginated request. If not specified, the default value is
50.public Integer getMaxResults()
The maximum number of results to return for each paginated request. If not specified, the default value is 50.
public ListAssetPropertiesRequest withMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request. If not specified, the default value is 50.
maxResults - The maximum number of results to return for each paginated request. If not specified, the default value is
50.public void setFilter(String filter)
Filters the requested list of asset properties. You can choose one of the following options:
ALL – The list includes all asset properties for a given asset model ID.
BASE – The list includes only base asset properties for a given asset model ID.
Default: BASE
filter - Filters the requested list of asset properties. You can choose one of the following options:
ALL – The list includes all asset properties for a given asset model ID.
BASE – The list includes only base asset properties for a given asset model ID.
Default: BASE
ListAssetPropertiesFilterpublic String getFilter()
Filters the requested list of asset properties. You can choose one of the following options:
ALL – The list includes all asset properties for a given asset model ID.
BASE – The list includes only base asset properties for a given asset model ID.
Default: BASE
ALL – The list includes all asset properties for a given asset model ID.
BASE – The list includes only base asset properties for a given asset model ID.
Default: BASE
ListAssetPropertiesFilterpublic ListAssetPropertiesRequest withFilter(String filter)
Filters the requested list of asset properties. You can choose one of the following options:
ALL – The list includes all asset properties for a given asset model ID.
BASE – The list includes only base asset properties for a given asset model ID.
Default: BASE
filter - Filters the requested list of asset properties. You can choose one of the following options:
ALL – The list includes all asset properties for a given asset model ID.
BASE – The list includes only base asset properties for a given asset model ID.
Default: BASE
ListAssetPropertiesFilterpublic ListAssetPropertiesRequest withFilter(ListAssetPropertiesFilter filter)
Filters the requested list of asset properties. You can choose one of the following options:
ALL – The list includes all asset properties for a given asset model ID.
BASE – The list includes only base asset properties for a given asset model ID.
Default: BASE
filter - Filters the requested list of asset properties. You can choose one of the following options:
ALL – The list includes all asset properties for a given asset model ID.
BASE – The list includes only base asset properties for a given asset model ID.
Default: BASE
ListAssetPropertiesFilterpublic String toString()
toString in class ObjectObject.toString()public ListAssetPropertiesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.