public static interface ListNamedShadowsForThingResponse.Builder extends IotDataPlaneResponse.Builder, SdkPojo, CopyableBuilder<ListNamedShadowsForThingResponse.Builder,ListNamedShadowsForThingResponse>
| Modifier and Type | Method and Description |
|---|---|
ListNamedShadowsForThingResponse.Builder |
nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
ListNamedShadowsForThingResponse.Builder |
results(Collection<String> results)
The list of shadows for the specified thing.
|
ListNamedShadowsForThingResponse.Builder |
results(String... results)
The list of shadows for the specified thing.
|
ListNamedShadowsForThingResponse.Builder |
timestamp(Long timestamp)
The Epoch date and time the response was generated by IoT.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNamedShadowsForThingResponse.Builder results(Collection<String> results)
The list of shadows for the specified thing.
results - The list of shadows for the specified thing.ListNamedShadowsForThingResponse.Builder results(String... results)
The list of shadows for the specified thing.
results - The list of shadows for the specified thing.ListNamedShadowsForThingResponse.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.ListNamedShadowsForThingResponse.Builder timestamp(Long timestamp)
The Epoch date and time the response was generated by IoT.
timestamp - The Epoch date and time the response was generated by IoT.Copyright © 2022. All rights reserved.