pub struct Builder { /* private fields */ }Expand description
A builder for GetDeviceInstanceOutput.
Implementations§
source§impl Builder
impl Builder
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.