@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssetModelPropertiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAssetModelPropertiesRequest() |
Modifier and Type | Method and Description |
---|---|
ListAssetModelPropertiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssetModelId()
The ID of the asset model.
|
String |
getFilter()
Filters the requested list of asset model 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 |
setAssetModelId(String assetModelId)
The ID of the asset model.
|
void |
setFilter(String filter)
Filters the requested list of asset model 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.
|
ListAssetModelPropertiesRequest |
withAssetModelId(String assetModelId)
The ID of the asset model.
|
ListAssetModelPropertiesRequest |
withFilter(ListAssetModelPropertiesFilter filter)
Filters the requested list of asset model properties.
|
ListAssetModelPropertiesRequest |
withFilter(String filter)
Filters the requested list of asset model properties.
|
ListAssetModelPropertiesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
ListAssetModelPropertiesRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
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 setAssetModelId(String assetModelId)
The ID of the asset model. 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.
assetModelId
- The ID of the asset model. 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 getAssetModelId()
The ID of the asset model. 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 ListAssetModelPropertiesRequest withAssetModelId(String assetModelId)
The ID of the asset model. 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.
assetModelId
- The ID of the asset model. 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 ListAssetModelPropertiesRequest 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 ListAssetModelPropertiesRequest 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 model properties. You can choose one of the following options:
ALL
– The list includes all asset model properties for a given asset model ID.
BASE
– The list includes only base asset model properties for a given asset model ID.
Default: BASE
filter
- Filters the requested list of asset model properties. You can choose one of the following options:
ALL
– The list includes all asset model properties for a given asset model ID.
BASE
– The list includes only base asset model properties for a given asset model ID.
Default: BASE
ListAssetModelPropertiesFilter
public String getFilter()
Filters the requested list of asset model properties. You can choose one of the following options:
ALL
– The list includes all asset model properties for a given asset model ID.
BASE
– The list includes only base asset model properties for a given asset model ID.
Default: BASE
ALL
– The list includes all asset model properties for a given asset model ID.
BASE
– The list includes only base asset model properties for a given asset model ID.
Default: BASE
ListAssetModelPropertiesFilter
public ListAssetModelPropertiesRequest withFilter(String filter)
Filters the requested list of asset model properties. You can choose one of the following options:
ALL
– The list includes all asset model properties for a given asset model ID.
BASE
– The list includes only base asset model properties for a given asset model ID.
Default: BASE
filter
- Filters the requested list of asset model properties. You can choose one of the following options:
ALL
– The list includes all asset model properties for a given asset model ID.
BASE
– The list includes only base asset model properties for a given asset model ID.
Default: BASE
ListAssetModelPropertiesFilter
public ListAssetModelPropertiesRequest withFilter(ListAssetModelPropertiesFilter filter)
Filters the requested list of asset model properties. You can choose one of the following options:
ALL
– The list includes all asset model properties for a given asset model ID.
BASE
– The list includes only base asset model properties for a given asset model ID.
Default: BASE
filter
- Filters the requested list of asset model properties. You can choose one of the following options:
ALL
– The list includes all asset model properties for a given asset model ID.
BASE
– The list includes only base asset model properties for a given asset model ID.
Default: BASE
ListAssetModelPropertiesFilter
public String toString()
toString
in class Object
Object.toString()
public ListAssetModelPropertiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()