public static interface ListPrincipalThingsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListPrincipalThingsResponse.Builder,ListPrincipalThingsResponse>
Modifier and Type | Method and Description |
---|---|
ListPrincipalThingsResponse.Builder |
nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
ListPrincipalThingsResponse.Builder |
things(Collection<String> things)
The things.
|
ListPrincipalThingsResponse.Builder |
things(String... things)
The things.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListPrincipalThingsResponse.Builder things(Collection<String> things)
The things.
things
- The things.ListPrincipalThingsResponse.Builder things(String... things)
The things.
things
- The things.ListPrincipalThingsResponse.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.