Interface ListThingsInThingGroupResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListThingsInThingGroupResponse.Builder,
,ListThingsInThingGroupResponse> IotResponse.Builder
,SdkBuilder<ListThingsInThingGroupResponse.Builder,
,ListThingsInThingGroupResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListThingsInThingGroupResponse
@Mutable
@NotThreadSafe
public static interface ListThingsInThingGroupResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListThingsInThingGroupResponse.Builder,ListThingsInThingGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use to get the next set of results, or null if there are no additional results.The things in the specified thing group.things
(Collection<String> things) The things in the specified thing group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
things
The things in the specified thing group.
- Parameters:
things
- The things in the specified thing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
things
The things in the specified thing group.
- Parameters:
things
- The things in the specified thing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token to use to get the next set of results, or null if there are no additional results.
- Parameters:
nextToken
- The token to use to get the next set of results, or null if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-