Struct aws_sdk_networkmanager::operation::create_device::builders::CreateDeviceOutputBuilder
source · #[non_exhaustive]pub struct CreateDeviceOutputBuilder { /* private fields */ }
Expand description
A builder for CreateDeviceOutput
.
Implementations§
source§impl CreateDeviceOutputBuilder
impl CreateDeviceOutputBuilder
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) -> CreateDeviceOutput
pub fn build(self) -> CreateDeviceOutput
Consumes the builder and constructs a CreateDeviceOutput
.
Trait Implementations§
source§impl Clone for CreateDeviceOutputBuilder
impl Clone for CreateDeviceOutputBuilder
source§fn clone(&self) -> CreateDeviceOutputBuilder
fn clone(&self) -> CreateDeviceOutputBuilder
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 CreateDeviceOutputBuilder
impl Debug for CreateDeviceOutputBuilder
source§impl Default for CreateDeviceOutputBuilder
impl Default for CreateDeviceOutputBuilder
source§fn default() -> CreateDeviceOutputBuilder
fn default() -> CreateDeviceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateDeviceOutputBuilder
impl PartialEq for CreateDeviceOutputBuilder
source§fn eq(&self, other: &CreateDeviceOutputBuilder) -> bool
fn eq(&self, other: &CreateDeviceOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateDeviceOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateDeviceOutputBuilder
impl Send for CreateDeviceOutputBuilder
impl Sync for CreateDeviceOutputBuilder
impl Unpin for CreateDeviceOutputBuilder
impl UnwindSafe for CreateDeviceOutputBuilder
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.