Struct aws_sdk_devicefarm::output::CreateDevicePoolOutput
source · #[non_exhaustive]pub struct CreateDevicePoolOutput { /* private fields */ }Expand description
Represents the result of a create device pool request.
Implementations§
source§impl CreateDevicePoolOutput
impl CreateDevicePoolOutput
sourcepub fn device_pool(&self) -> Option<&DevicePool>
pub fn device_pool(&self) -> Option<&DevicePool>
The newly created device pool.
source§impl CreateDevicePoolOutput
impl CreateDevicePoolOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDevicePoolOutput.
Trait Implementations§
source§impl Clone for CreateDevicePoolOutput
impl Clone for CreateDevicePoolOutput
source§fn clone(&self) -> CreateDevicePoolOutput
fn clone(&self) -> CreateDevicePoolOutput
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 CreateDevicePoolOutput
impl Debug for CreateDevicePoolOutput
source§impl PartialEq<CreateDevicePoolOutput> for CreateDevicePoolOutput
impl PartialEq<CreateDevicePoolOutput> for CreateDevicePoolOutput
source§fn eq(&self, other: &CreateDevicePoolOutput) -> bool
fn eq(&self, other: &CreateDevicePoolOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.