public static interface ListPrincipalThingsResponse.Builder extends IoTResponse.Builder, CopyableBuilder<ListPrincipalThingsResponse.Builder,ListPrincipalThingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPrincipalThingsResponse.Builder |
nextToken(String nextToken)
The token for 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListPrincipalThingsResponse.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 for the next set of results, or null if there are no additional results.
nextToken - The token for the next set of results, or null if there are no additional results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.