Struct aws_sdk_devicefarm::input::GetDevicePoolInput
source · #[non_exhaustive]pub struct GetDevicePoolInput { /* private fields */ }Expand description
Represents a request to the get device pool operation.
Implementations§
source§impl GetDevicePoolInput
impl GetDevicePoolInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDevicePool, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDevicePool, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDevicePool>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDevicePoolInput.
Trait Implementations§
source§impl Clone for GetDevicePoolInput
impl Clone for GetDevicePoolInput
source§fn clone(&self) -> GetDevicePoolInput
fn clone(&self) -> GetDevicePoolInput
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 GetDevicePoolInput
impl Debug for GetDevicePoolInput
source§impl PartialEq<GetDevicePoolInput> for GetDevicePoolInput
impl PartialEq<GetDevicePoolInput> for GetDevicePoolInput
source§fn eq(&self, other: &GetDevicePoolInput) -> bool
fn eq(&self, other: &GetDevicePoolInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.