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 used to get the next set of results, or null if there are no additional 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
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 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.