Interface ListThingsInBillingGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListThingsInBillingGroupResponse.Builder,ListThingsInBillingGroupResponse>
,IotResponse.Builder
,SdkBuilder<ListThingsInBillingGroupResponse.Builder,ListThingsInBillingGroupResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- ListThingsInBillingGroupResponse
public static interface ListThingsInBillingGroupResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListThingsInBillingGroupResponse.Builder,ListThingsInBillingGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListThingsInBillingGroupResponse.Builder
nextToken(String nextToken)
The token to use to get the next set of results.ListThingsInBillingGroupResponse.Builder
things(String... things)
A list of things in the billing group.ListThingsInBillingGroupResponse.Builder
things(Collection<String> things)
A list of things in the billing 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
things
ListThingsInBillingGroupResponse.Builder things(Collection<String> things)
A list of things in the billing group.
- Parameters:
things
- A list of things in the billing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
things
ListThingsInBillingGroupResponse.Builder things(String... things)
A list of things in the billing group.
- Parameters:
things
- A list of things in the billing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListThingsInBillingGroupResponse.Builder nextToken(String nextToken)
The token to use to get the next set of results. Will not be returned if operation has returned all results.
- Parameters:
nextToken
- The token to use to get the next set of results. Will not be returned if operation has returned all results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-