Struct aws_sdk_devicefarm::operation::list_device_pools::builders::ListDevicePoolsOutputBuilder
source · #[non_exhaustive]pub struct ListDevicePoolsOutputBuilder { /* private fields */ }Expand description
A builder for ListDevicePoolsOutput.
Implementations§
source§impl ListDevicePoolsOutputBuilder
impl ListDevicePoolsOutputBuilder
sourcepub fn device_pools(self, input: DevicePool) -> Self
pub fn device_pools(self, input: DevicePool) -> Self
Appends an item to device_pools.
To override the contents of this collection use set_device_pools.
Information about the device pools.
sourcepub fn set_device_pools(self, input: Option<Vec<DevicePool>>) -> Self
pub fn set_device_pools(self, input: Option<Vec<DevicePool>>) -> Self
Information about the device pools.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
sourcepub fn build(self) -> ListDevicePoolsOutput
pub fn build(self) -> ListDevicePoolsOutput
Consumes the builder and constructs a ListDevicePoolsOutput.
Trait Implementations§
source§impl Clone for ListDevicePoolsOutputBuilder
impl Clone for ListDevicePoolsOutputBuilder
source§fn clone(&self) -> ListDevicePoolsOutputBuilder
fn clone(&self) -> ListDevicePoolsOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ListDevicePoolsOutputBuilder
impl Debug for ListDevicePoolsOutputBuilder
source§impl Default for ListDevicePoolsOutputBuilder
impl Default for ListDevicePoolsOutputBuilder
source§fn default() -> ListDevicePoolsOutputBuilder
fn default() -> ListDevicePoolsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListDevicePoolsOutputBuilder> for ListDevicePoolsOutputBuilder
impl PartialEq<ListDevicePoolsOutputBuilder> for ListDevicePoolsOutputBuilder
source§fn eq(&self, other: &ListDevicePoolsOutputBuilder) -> bool
fn eq(&self, other: &ListDevicePoolsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.