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 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<CreateDeviceOutputBuilder> for CreateDeviceOutputBuilder
impl PartialEq<CreateDeviceOutputBuilder> 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 ==
.