public class ListThingsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists your things. Use the attributeName and attributeValue
parameters to filter your things. For example, calling
ListThings
with attributeName=Color and attributeValue=Red
retrieves all things in the registry that contain an attribute Color
with the value Red.
You will not be charged for calling this API if an Access denied
error is returned. You will also not be charged if no attributes or
pagination token was provided in request and no pagination token and no
results were returned.
Constructor and Description |
---|
ListThingsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttributeName()
The attribute name used to search for things.
|
java.lang.String |
getAttributeValue()
The attribute value used to search for things.
|
java.lang.Integer |
getMaxResults()
The maximum number of results to return in this operation.
|
java.lang.String |
getNextToken()
To retrieve the next set of results, the
nextToken value
from a previous response; otherwise null to receive the first set
of results. |
java.lang.String |
getThingTypeName()
The name of the thing type used to search for things.
|
int |
hashCode() |
void |
setAttributeName(java.lang.String attributeName)
The attribute name used to search for things.
|
void |
setAttributeValue(java.lang.String attributeValue)
The attribute value used to search for things.
|
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in this operation.
|
void |
setNextToken(java.lang.String nextToken)
To retrieve the next set of results, the
nextToken value
from a previous response; otherwise null to receive the first set
of results. |
void |
setThingTypeName(java.lang.String thingTypeName)
The name of the thing type used to search for things.
|
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 used to search for things.
|
ListThingsRequest |
withAttributeValue(java.lang.String attributeValue)
The attribute value used to search for things.
|
ListThingsRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in this operation.
|
ListThingsRequest |
withNextToken(java.lang.String nextToken)
To retrieve the next set of results, the
nextToken value
from a previous response; otherwise null to receive the first set
of results. |
ListThingsRequest |
withThingTypeName(java.lang.String thingTypeName)
The name of the thing type used to search for things.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getNextToken()
To retrieve the next set of results, the nextToken
value
from a previous response; otherwise null to receive the first set
of results.
To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive
the first set of results.
public void setNextToken(java.lang.String nextToken)
To retrieve the next set of results, the nextToken
value
from a previous response; otherwise null to receive the first set
of results.
nextToken
-
To retrieve the next set of results, the
nextToken
value from a previous response;
otherwise null to receive the first set of results.
public ListThingsRequest withNextToken(java.lang.String nextToken)
To retrieve the next set of results, the nextToken
value
from a previous response; otherwise null to receive the first set
of results.
Returns a reference to this object so that method calls can be chained together.
nextToken
-
To retrieve the next set of results, the
nextToken
value from a previous response;
otherwise null to receive the first set of results.
public java.lang.Integer getMaxResults()
The maximum number of results to return in this operation.
Constraints:
Range: 1 - 250
The maximum number of results to return in this operation.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in this operation.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to return in this operation.
public ListThingsRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in this operation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to return in this operation.
public java.lang.String getAttributeName()
The attribute name used to search for things.
Constraints:
Length: - 128
Pattern: [a-zA-Z0-9_.,@/:#-]+
The attribute name used to search for things.
public void setAttributeName(java.lang.String attributeName)
The attribute name used to search for things.
Constraints:
Length: - 128
Pattern: [a-zA-Z0-9_.,@/:#-]+
attributeName
- The attribute name used to search for things.
public ListThingsRequest withAttributeName(java.lang.String attributeName)
The attribute name used to search for things.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 128
Pattern: [a-zA-Z0-9_.,@/:#-]+
attributeName
- The attribute name used to search for things.
public java.lang.String getAttributeValue()
The attribute value used to search for things.
Constraints:
Length: - 800
Pattern: [a-zA-Z0-9_.,@/:#-]*
The attribute value used to search for things.
public void setAttributeValue(java.lang.String attributeValue)
The attribute value used to search for things.
Constraints:
Length: - 800
Pattern: [a-zA-Z0-9_.,@/:#-]*
attributeValue
- The attribute value used to search for things.
public ListThingsRequest withAttributeValue(java.lang.String attributeValue)
The attribute value used to search for things.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 800
Pattern: [a-zA-Z0-9_.,@/:#-]*
attributeValue
- The attribute value used to search for things.
public java.lang.String getThingTypeName()
The name of the thing type used to search for things.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
The name of the thing type used to search for things.
public void setThingTypeName(java.lang.String thingTypeName)
The name of the thing type used to search for things.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
thingTypeName
- The name of the thing type used to search for things.
public ListThingsRequest withThingTypeName(java.lang.String thingTypeName)
The name of the thing type used to search for things.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
thingTypeName
- The name of the thing type used to search for things.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.