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