public class ListThingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the ListThings operation.
NOOP
Constructor and Description |
---|
ListThingsRequest() |
Modifier and Type | Method and Description |
---|---|
ListThingsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getAttributeName()
The attribute name.
|
String |
getAttributeValue()
The attribute value.
|
Integer |
getMaxResults()
The maximum number of results.
|
String |
getNextToken()
The token for the next value.
|
int |
hashCode() |
void |
setAttributeName(String attributeName)
The attribute name.
|
void |
setAttributeValue(String attributeValue)
The attribute value.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results.
|
void |
setNextToken(String nextToken)
The token for the next value.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListThingsRequest |
withAttributeName(String attributeName)
The attribute name.
|
ListThingsRequest |
withAttributeValue(String attributeValue)
The attribute value.
|
ListThingsRequest |
withMaxResults(Integer maxResults)
The maximum number of results.
|
ListThingsRequest |
withNextToken(String nextToken)
The token for the next value.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setNextToken(String nextToken)
The token for the next value.
nextToken
- The token for the next value.public String getNextToken()
The token for the next value.
public ListThingsRequest withNextToken(String nextToken)
The token for the next value.
nextToken
- The token for the next value.public void setMaxResults(Integer maxResults)
The maximum number of results.
maxResults
- The maximum number of results.public Integer getMaxResults()
The maximum number of results.
public ListThingsRequest withMaxResults(Integer maxResults)
The maximum number of results.
maxResults
- The maximum number of results.public void setAttributeName(String attributeName)
The attribute name.
attributeName
- The attribute name.public String getAttributeName()
The attribute name.
public ListThingsRequest withAttributeName(String attributeName)
The attribute name.
attributeName
- The attribute name.public void setAttributeValue(String attributeValue)
The attribute value.
attributeValue
- The attribute value.public String getAttributeValue()
The attribute value.
public ListThingsRequest withAttributeValue(String attributeValue)
The attribute value.
attributeValue
- The attribute value.public String toString()
toString
in class Object
Object.toString()
public ListThingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.