public class ListThingsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The input for the ListThings operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
attributeName
The attribute name.
|
private java.lang.String |
attributeValue
The attribute value.
|
private java.lang.Integer |
maxResults
The maximum number of results.
|
private java.lang.String |
nextToken
The token for the next value.
|
NOOP
Constructor and Description |
---|
ListThingsRequest() |
Modifier and Type | Method and Description |
---|---|
ListThingsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttributeName()
The attribute name.
|
java.lang.String |
getAttributeValue()
The attribute value.
|
java.lang.Integer |
getMaxResults()
The maximum number of results.
|
java.lang.String |
getNextToken()
The token for the next value.
|
int |
hashCode() |
void |
setAttributeName(java.lang.String attributeName)
The attribute name.
|
void |
setAttributeValue(java.lang.String attributeValue)
The attribute value.
|
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next value.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListThingsRequest |
withAttributeName(java.lang.String attributeName)
The attribute name.
|
ListThingsRequest |
withAttributeValue(java.lang.String attributeValue)
The attribute value.
|
ListThingsRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results.
|
ListThingsRequest |
withNextToken(java.lang.String nextToken)
The token for the next value.
|
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
private java.lang.String nextToken
The token for the next value.
private java.lang.Integer maxResults
The maximum number of results.
private java.lang.String attributeName
The attribute name.
private java.lang.String attributeValue
The attribute value.
public void setNextToken(java.lang.String nextToken)
The token for the next value.
nextToken
- The token for the next value.public java.lang.String getNextToken()
The token for the next value.
public ListThingsRequest withNextToken(java.lang.String nextToken)
The token for the next value.
nextToken
- The token for the next value.public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results.
maxResults
- The maximum number of results.public java.lang.Integer getMaxResults()
The maximum number of results.
public ListThingsRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results.
maxResults
- The maximum number of results.public void setAttributeName(java.lang.String attributeName)
The attribute name.
attributeName
- The attribute name.public java.lang.String getAttributeName()
The attribute name.
public ListThingsRequest withAttributeName(java.lang.String attributeName)
The attribute name.
attributeName
- The attribute name.public void setAttributeValue(java.lang.String attributeValue)
The attribute value.
attributeValue
- The attribute value.public java.lang.String getAttributeValue()
The attribute value.
public ListThingsRequest withAttributeValue(java.lang.String attributeValue)
The attribute value.
attributeValue
- The attribute value.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListThingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()