public static interface ListThingsInBillingGroupResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListThingsInBillingGroupResponse.Builder,ListThingsInBillingGroupResponse>
Modifier and Type | Method and Description |
---|---|
ListThingsInBillingGroupResponse.Builder |
nextToken(String nextToken)
The token to use to get the next set of results.
|
ListThingsInBillingGroupResponse.Builder |
things(Collection<String> things)
A list of things in the billing group.
|
ListThingsInBillingGroupResponse.Builder |
things(String... things)
A list of things in the billing group.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListThingsInBillingGroupResponse.Builder things(Collection<String> things)
A list of things in the billing group.
things
- A list of things in the billing group.ListThingsInBillingGroupResponse.Builder things(String... things)
A list of things in the billing group.
things
- A list of things in the billing group.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.
nextToken
- The token to use to get the next set of results. Will not be returned if operation has returned all
results.