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