public static interface GetDevicesResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<GetDevicesResponse.Builder,GetDevicesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDevicesResponse.Builder |
devices(Collection<Device> devices)
The devices.
|
GetDevicesResponse.Builder |
devices(Consumer<Device.Builder>... devices)
The devices.
|
GetDevicesResponse.Builder |
devices(Device... devices)
The devices.
|
GetDevicesResponse.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDevicesResponse.Builder devices(Collection<Device> devices)
The devices.
devices - The devices.GetDevicesResponse.Builder devices(Device... devices)
The devices.
devices - The devices.GetDevicesResponse.Builder devices(Consumer<Device.Builder>... devices)
The devices.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #devices(List) .devices - a consumer that will call methods on List.Builder #devices(List) GetDevicesResponse.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.Copyright © 2021. All rights reserved.