Struct aws_sdk_networkmanager::operation::associate_link::builders::AssociateLinkInputBuilder
source · #[non_exhaustive]pub struct AssociateLinkInputBuilder { /* private fields */ }
Expand description
A builder for AssociateLinkInput
.
Implementations§
source§impl AssociateLinkInputBuilder
impl AssociateLinkInputBuilder
sourcepub fn global_network_id(self, input: impl Into<String>) -> Self
pub fn global_network_id(self, input: impl Into<String>) -> Self
The ID of the global network.
sourcepub fn set_global_network_id(self, input: Option<String>) -> Self
pub fn set_global_network_id(self, input: Option<String>) -> Self
The ID of the global network.
sourcepub fn set_device_id(self, input: Option<String>) -> Self
pub fn set_device_id(self, input: Option<String>) -> Self
The ID of the device.
sourcepub fn set_link_id(self, input: Option<String>) -> Self
pub fn set_link_id(self, input: Option<String>) -> Self
The ID of the link.
sourcepub fn build(self) -> Result<AssociateLinkInput, BuildError>
pub fn build(self) -> Result<AssociateLinkInput, BuildError>
Consumes the builder and constructs a AssociateLinkInput
.
Trait Implementations§
source§impl Clone for AssociateLinkInputBuilder
impl Clone for AssociateLinkInputBuilder
source§fn clone(&self) -> AssociateLinkInputBuilder
fn clone(&self) -> AssociateLinkInputBuilder
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 AssociateLinkInputBuilder
impl Debug for AssociateLinkInputBuilder
source§impl Default for AssociateLinkInputBuilder
impl Default for AssociateLinkInputBuilder
source§fn default() -> AssociateLinkInputBuilder
fn default() -> AssociateLinkInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AssociateLinkInputBuilder> for AssociateLinkInputBuilder
impl PartialEq<AssociateLinkInputBuilder> for AssociateLinkInputBuilder
source§fn eq(&self, other: &AssociateLinkInputBuilder) -> bool
fn eq(&self, other: &AssociateLinkInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.