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 get_device(&self) -> &Option<Device>
pub fn get_device(&self) -> &Option<Device>
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 for DeleteDeviceOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for DeleteDeviceOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteDeviceOutputBuilder
impl Send for DeleteDeviceOutputBuilder
impl Sync for DeleteDeviceOutputBuilder
impl Unpin for DeleteDeviceOutputBuilder
impl UnwindSafe for DeleteDeviceOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.