Struct aws_sdk_devicefarm::input::ListDevicePoolsInput
source · #[non_exhaustive]pub struct ListDevicePoolsInput { /* private fields */ }Expand description
Represents the result of a list device pools request.
Implementations§
source§impl ListDevicePoolsInput
impl ListDevicePoolsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDevicePools, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDevicePools, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDevicePools>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDevicePoolsInput.
source§impl ListDevicePoolsInput
impl ListDevicePoolsInput
sourcepub fn type(&self) -> Option<&DevicePoolType>
pub fn type(&self) -> Option<&DevicePoolType>
The device pools' type.
Allowed values include:
-
CURATED: A device pool that is created and managed by AWS Device Farm.
-
PRIVATE: A device pool that is created and managed by the device pool developer.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Trait Implementations§
source§impl Clone for ListDevicePoolsInput
impl Clone for ListDevicePoolsInput
source§fn clone(&self) -> ListDevicePoolsInput
fn clone(&self) -> ListDevicePoolsInput
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 ListDevicePoolsInput
impl Debug for ListDevicePoolsInput
source§impl PartialEq<ListDevicePoolsInput> for ListDevicePoolsInput
impl PartialEq<ListDevicePoolsInput> for ListDevicePoolsInput
source§fn eq(&self, other: &ListDevicePoolsInput) -> bool
fn eq(&self, other: &ListDevicePoolsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.