#[non_exhaustive]pub struct DescribeDeviceInput { /* private fields */ }
Implementations§
source§impl DescribeDeviceInput
impl DescribeDeviceInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Next token of device description.
sourcepub fn device_name(&self) -> Option<&str>
pub fn device_name(&self) -> Option<&str>
The unique ID of the device.
sourcepub fn device_fleet_name(&self) -> Option<&str>
pub fn device_fleet_name(&self) -> Option<&str>
The name of the fleet the devices belong to.
source§impl DescribeDeviceInput
impl DescribeDeviceInput
sourcepub fn builder() -> DescribeDeviceInputBuilder
pub fn builder() -> DescribeDeviceInputBuilder
Creates a new builder-style object to manufacture DescribeDeviceInput
.
source§impl DescribeDeviceInput
impl DescribeDeviceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDevice, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeDevice, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDevice
>
Trait Implementations§
source§impl Clone for DescribeDeviceInput
impl Clone for DescribeDeviceInput
source§fn clone(&self) -> DescribeDeviceInput
fn clone(&self) -> DescribeDeviceInput
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 DescribeDeviceInput
impl Debug for DescribeDeviceInput
source§impl PartialEq<DescribeDeviceInput> for DescribeDeviceInput
impl PartialEq<DescribeDeviceInput> for DescribeDeviceInput
source§fn eq(&self, other: &DescribeDeviceInput) -> bool
fn eq(&self, other: &DescribeDeviceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.