Struct aws_sdk_devicefarm::operation::get_device_instance::builders::GetDeviceInstanceOutputBuilder
source · #[non_exhaustive]pub struct GetDeviceInstanceOutputBuilder { /* private fields */ }Expand description
A builder for GetDeviceInstanceOutput.
Implementations§
source§impl GetDeviceInstanceOutputBuilder
impl GetDeviceInstanceOutputBuilder
sourcepub fn device_instance(self, input: DeviceInstance) -> Self
pub fn device_instance(self, input: DeviceInstance) -> Self
An object that contains information about your device instance.
sourcepub fn set_device_instance(self, input: Option<DeviceInstance>) -> Self
pub fn set_device_instance(self, input: Option<DeviceInstance>) -> Self
An object that contains information about your device instance.
sourcepub fn build(self) -> GetDeviceInstanceOutput
pub fn build(self) -> GetDeviceInstanceOutput
Consumes the builder and constructs a GetDeviceInstanceOutput.
Trait Implementations§
source§impl Clone for GetDeviceInstanceOutputBuilder
impl Clone for GetDeviceInstanceOutputBuilder
source§fn clone(&self) -> GetDeviceInstanceOutputBuilder
fn clone(&self) -> GetDeviceInstanceOutputBuilder
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 Default for GetDeviceInstanceOutputBuilder
impl Default for GetDeviceInstanceOutputBuilder
source§fn default() -> GetDeviceInstanceOutputBuilder
fn default() -> GetDeviceInstanceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetDeviceInstanceOutputBuilder> for GetDeviceInstanceOutputBuilder
impl PartialEq<GetDeviceInstanceOutputBuilder> for GetDeviceInstanceOutputBuilder
source§fn eq(&self, other: &GetDeviceInstanceOutputBuilder) -> bool
fn eq(&self, other: &GetDeviceInstanceOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.