public static interface ListThingsInThingGroupResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListThingsInThingGroupResponse.Builder,ListThingsInThingGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
ListThingsInThingGroupResponse.Builder |
nextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
ListThingsInThingGroupResponse.Builder |
things(Collection<String> things)
The things in the specified thing group.
|
ListThingsInThingGroupResponse.Builder |
things(String... things)
The things in the specified thing group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListThingsInThingGroupResponse.Builder things(Collection<String> things)
The things in the specified thing group.
things - The things in the specified thing group.ListThingsInThingGroupResponse.Builder things(String... things)
The things in the specified thing group.
things - The things in the specified thing group.ListThingsInThingGroupResponse.Builder nextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
nextToken - The token used to get the next set of results, or null if there are no additional results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.