Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListThingsRequest.Builder,ListThingsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListThingsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListThingsRequest.Builder,ListThingsRequest>
The input for the ListThings operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListThingsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
attributeName() |
The attribute name used to search for things.
|
String |
attributeValue() |
The attribute value used to search for things.
|
static ListThingsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of results to return in this operation.
|
String |
nextToken() |
The token for the next set of results, or null if there are no additional results.
|
static Class<? extends ListThingsRequest.Builder> |
serializableBuilderClass() |
|
String |
thingTypeName() |
The name of the thing type used to search for things.
|
ListThingsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String nextToken()
The token for the next set of results, or null if there are no additional results.
public Integer maxResults()
The maximum number of results to return in this operation.
public String attributeName()
The attribute name used to search for things.
public String attributeValue()
The attribute value used to search for things.
public String thingTypeName()
The name of the thing type used to search for things.
public ListThingsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListThingsRequest.Builder,ListThingsRequest>
public static ListThingsRequest.Builder builder()
public static Class<? extends ListThingsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.