#[non_exhaustive]pub struct GetDevicePoolOutput { /* private fields */ }Expand description
Represents the result of a get device pool request.
Implementations§
source§impl GetDevicePoolOutput
impl GetDevicePoolOutput
sourcepub fn device_pool(&self) -> Option<&DevicePool>
pub fn device_pool(&self) -> Option<&DevicePool>
An object that contains information about the requested device pool.
source§impl GetDevicePoolOutput
impl GetDevicePoolOutput
sourcepub fn builder() -> GetDevicePoolOutputBuilder
pub fn builder() -> GetDevicePoolOutputBuilder
Creates a new builder-style object to manufacture GetDevicePoolOutput.
Trait Implementations§
source§impl Clone for GetDevicePoolOutput
impl Clone for GetDevicePoolOutput
source§fn clone(&self) -> GetDevicePoolOutput
fn clone(&self) -> GetDevicePoolOutput
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 GetDevicePoolOutput
impl Debug for GetDevicePoolOutput
source§impl PartialEq<GetDevicePoolOutput> for GetDevicePoolOutput
impl PartialEq<GetDevicePoolOutput> for GetDevicePoolOutput
source§fn eq(&self, other: &GetDevicePoolOutput) -> bool
fn eq(&self, other: &GetDevicePoolOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetDevicePoolOutput
impl RequestId for GetDevicePoolOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.