public static interface ListThingsResponse.Builder extends IoTResponse.Builder, CopyableBuilder<ListThingsResponse.Builder,ListThingsResponse>
Modifier and Type | Method and Description |
---|---|
ListThingsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
ListThingsResponse.Builder |
things(Collection<ThingAttribute> things)
The things.
|
ListThingsResponse.Builder |
things(ThingAttribute... things)
The things.
|
build
copy
apply, build
ListThingsResponse.Builder things(Collection<ThingAttribute> things)
The things.
things
- The things.ListThingsResponse.Builder things(ThingAttribute... things)
The things.
things
- The things.ListThingsResponse.Builder nextToken(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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.