Struct aws_sdk_networkmanager::operation::delete_device::builders::DeleteDeviceOutputBuilder
source · #[non_exhaustive]pub struct DeleteDeviceOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteDeviceOutput
.
Implementations§
source§impl DeleteDeviceOutputBuilder
impl DeleteDeviceOutputBuilder
sourcepub fn set_device(self, input: Option<Device>) -> Self
pub fn set_device(self, input: Option<Device>) -> Self
Information about the device.
sourcepub fn build(self) -> DeleteDeviceOutput
pub fn build(self) -> DeleteDeviceOutput
Consumes the builder and constructs a DeleteDeviceOutput
.
Trait Implementations§
source§impl Clone for DeleteDeviceOutputBuilder
impl Clone for DeleteDeviceOutputBuilder
source§fn clone(&self) -> DeleteDeviceOutputBuilder
fn clone(&self) -> DeleteDeviceOutputBuilder
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 DeleteDeviceOutputBuilder
impl Debug for DeleteDeviceOutputBuilder
source§impl Default for DeleteDeviceOutputBuilder
impl Default for DeleteDeviceOutputBuilder
source§fn default() -> DeleteDeviceOutputBuilder
fn default() -> DeleteDeviceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteDeviceOutputBuilder> for DeleteDeviceOutputBuilder
impl PartialEq<DeleteDeviceOutputBuilder> for DeleteDeviceOutputBuilder
source§fn eq(&self, other: &DeleteDeviceOutputBuilder) -> bool
fn eq(&self, other: &DeleteDeviceOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.