@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAttributeName()
The attribute name used to search for things.
|
String |
getAttributeValue()
The attribute value used to search for things.
|
Integer |
getMaxResults()
The maximum number of results to return in this operation.
|
String |
getNextToken()
The token for the next set of results, or null if there are no additional results.
|
String |
getThingTypeName()
The name of the thing type used to search for things.
|
int |
hashCode() |
void |
setAttributeName(String attributeName)
The attribute name used to search for things.
|
void |
setAttributeValue(String attributeValue)
The attribute value used to search for things.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
void |
setThingTypeName(String thingTypeName)
The name of the thing type used to search for things.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListThingsRequest |
withAttributeName(String attributeName)
The attribute name used to search for things.
|
ListThingsRequest |
withAttributeValue(String attributeValue)
The attribute value used to search for things.
|
ListThingsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListThingsRequest |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
ListThingsRequest |
withThingTypeName(String thingTypeName)
The name of the thing type used to search for things.
|
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 setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String getNextToken()
The token for the next set of results, or null if there are no additional results.
public ListThingsRequest withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public void setMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
maxResults
- The maximum number of results to return in this operation.public Integer getMaxResults()
The maximum number of results to return in this operation.
public ListThingsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
maxResults
- The maximum number of results to return in this operation.public void setAttributeName(String attributeName)
The attribute name used to search for things.
attributeName
- The attribute name used to search for things.public String getAttributeName()
The attribute name used to search for things.
public ListThingsRequest withAttributeName(String attributeName)
The attribute name used to search for things.
attributeName
- The attribute name used to search for things.public void setAttributeValue(String attributeValue)
The attribute value used to search for things.
attributeValue
- The attribute value used to search for things.public String getAttributeValue()
The attribute value used to search for things.
public ListThingsRequest withAttributeValue(String attributeValue)
The attribute value used to search for things.
attributeValue
- The attribute value used to search for things.public void setThingTypeName(String thingTypeName)
The name of the thing type used to search for things.
thingTypeName
- The name of the thing type used to search for things.public String getThingTypeName()
The name of the thing type used to search for things.
public ListThingsRequest withThingTypeName(String thingTypeName)
The name of the thing type used to search for things.
thingTypeName
- The name of the thing type used to search for things.public String toString()
toString
in class Object
Object.toString()
public ListThingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.