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 for 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 AWS 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 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.ListNamedShadowsForThingResponse.Builder timestamp(Long timestamp)
The Epoch date and time the response was generated by AWS IoT.
timestamp - The Epoch date and time the response was generated by AWS IoT.Copyright © 2021. All rights reserved.