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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListNamedShadowsForThingResponse.BuildernextToken(String nextToken)The token to use to get the next set of results, or null if there are no additional results.ListNamedShadowsForThingResponse.Builderresults(String... results)The list of shadows for the specified thing.ListNamedShadowsForThingResponse.Builderresults(Collection<String> results)The list of shadows for the specified thing.ListNamedShadowsForThingResponse.Buildertimestamp(Long timestamp)The Epoch date and time the response was generated by IoT.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotdataplane.model.IotDataPlaneResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
results
ListNamedShadowsForThingResponse.Builder results(Collection<String> 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
ListNamedShadowsForThingResponse.Builder results(String... 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
ListNamedShadowsForThingResponse.Builder nextToken(String 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
ListNamedShadowsForThingResponse.Builder timestamp(Long 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.
-
-