ToCopyableBuilder<ListThingsResponse.Builder,ListThingsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListThingsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListThingsResponse.Builder,ListThingsResponse>
The output from the ListThings operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListThingsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListThingsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The token for the next set of results, or null if there are no additional results.
|
static Class<? extends ListThingsResponse.Builder> |
serializableBuilderClass() |
|
List<ThingAttribute> |
things() |
The things.
|
ListThingsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<ThingAttribute> things()
The things.
public String nextToken()
The token for the next set of results, or null if there are no additional results.
public ListThingsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListThingsResponse.Builder,ListThingsResponse>
public static ListThingsResponse.Builder builder()
public static Class<? extends ListThingsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.