Class ListThingsRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.iot.model.ListThingsRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
The input for the ListThings operation.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe attribute name.The attribute value.The maximum number of results.The token for the next value.inthashCode()voidsetAttributeName(String attributeName) The attribute name.voidsetAttributeValue(String attributeValue) The attribute value.voidsetMaxResults(Integer maxResults) The maximum number of results.voidsetNextToken(String nextToken) The token for the next value.toString()Returns a string representation of this object; useful for testing and debugging.withAttributeName(String attributeName) The attribute name.withAttributeValue(String attributeValue) The attribute value.withMaxResults(Integer maxResults) The maximum number of results.withNextToken(String nextToken) The token for the next value.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListThingsRequest
public ListThingsRequest()
-
-
Method Details
-
setNextToken
The token for the next value.
- Parameters:
nextToken- The token for the next value.
-
getNextToken
-
withNextToken
The token for the next value.
- Parameters:
nextToken- The token for the next value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxResults
The maximum number of results.
- Parameters:
maxResults- The maximum number of results.
-
getMaxResults
The maximum number of results.
- Returns:
- The maximum number of results.
-
withMaxResults
The maximum number of results.
- Parameters:
maxResults- The maximum number of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAttributeName
The attribute name.
- Parameters:
attributeName- The attribute name.
-
getAttributeName
-
withAttributeName
The attribute name.
- Parameters:
attributeName- The attribute name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAttributeValue
The attribute value.
- Parameters:
attributeValue- The attribute value.
-
getAttributeValue
-
withAttributeValue
The attribute value.
- Parameters:
attributeValue- The attribute value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-