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
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for ListDevicePoolsInput
impl Clone for ListDevicePoolsInput
sourcefn clone(&self) -> ListDevicePoolsInput
fn clone(&self) -> ListDevicePoolsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ListDevicePoolsInput
impl Debug for ListDevicePoolsInput
sourceimpl PartialEq<ListDevicePoolsInput> for ListDevicePoolsInput
impl PartialEq<ListDevicePoolsInput> for ListDevicePoolsInput
sourcefn eq(&self, other: &ListDevicePoolsInput) -> bool
fn eq(&self, other: &ListDevicePoolsInput) -> bool
impl StructuralPartialEq for ListDevicePoolsInput
Auto Trait Implementations
impl RefUnwindSafe for ListDevicePoolsInput
impl Send for ListDevicePoolsInput
impl Sync for ListDevicePoolsInput
impl Unpin for ListDevicePoolsInput
impl UnwindSafe for ListDevicePoolsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more