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 to use 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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListThingsInThingGroupResponse.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 to use to get the next set of results, or null if there are no additional results.
nextToken
- The token to use to get the next set of results, or null if there are no additional results.Copyright © 2023. All rights reserved.