Struct aws_sdk_devicefarm::output::UpdateDevicePoolOutput
source · #[non_exhaustive]pub struct UpdateDevicePoolOutput { /* private fields */ }Expand description
Represents the result of an update device pool request.
Implementations§
source§impl UpdateDevicePoolOutput
impl UpdateDevicePoolOutput
sourcepub fn device_pool(&self) -> Option<&DevicePool>
pub fn device_pool(&self) -> Option<&DevicePool>
The device pool you just updated.
source§impl UpdateDevicePoolOutput
impl UpdateDevicePoolOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDevicePoolOutput.
Trait Implementations§
source§impl Clone for UpdateDevicePoolOutput
impl Clone for UpdateDevicePoolOutput
source§fn clone(&self) -> UpdateDevicePoolOutput
fn clone(&self) -> UpdateDevicePoolOutput
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 more