Interface ListNamedShadowsForThingResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListNamedShadowsForThingResponse.Builder,,ListNamedShadowsForThingResponse> IotDataPlaneResponse.Builder,SdkBuilder<ListNamedShadowsForThingResponse.Builder,,ListNamedShadowsForThingResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListNamedShadowsForThingResponse
public static interface ListNamedShadowsForThingResponse.Builder
extends IotDataPlaneResponse.Builder, SdkPojo, CopyableBuilder<ListNamedShadowsForThingResponse.Builder,ListNamedShadowsForThingResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe token to use to get the next set of results, or null if there are no additional results.The list of shadows for the specified thing.results(Collection<String> results) The list of shadows for the specified thing.The Epoch date and time the response was generated by IoT.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotdataplane.model.IotDataPlaneResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
results
The list of shadows for the specified thing.
- Parameters:
 results- The list of shadows for the specified thing.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
results
The list of shadows for the specified thing.
- Parameters:
 results- The list of shadows for the specified thing.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
nextToken
The token to use to get the next set of results, or null if there are no additional results.
- Parameters:
 nextToken- The token to use to get the next set of results, or null if there are no additional results.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
timestamp
The Epoch date and time the response was generated by IoT.
- Parameters:
 timestamp- The Epoch date and time the response was generated by IoT.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -