Struct aws_sdk_networkmanager::operation::update_core_network::builders::UpdateCoreNetworkInputBuilder
source · #[non_exhaustive]pub struct UpdateCoreNetworkInputBuilder { /* private fields */ }Expand description
A builder for UpdateCoreNetworkInput.
Implementations§
source§impl UpdateCoreNetworkInputBuilder
impl UpdateCoreNetworkInputBuilder
sourcepub fn core_network_id(self, input: impl Into<String>) -> Self
pub fn core_network_id(self, input: impl Into<String>) -> Self
The ID of a core network.
This field is required.sourcepub fn set_core_network_id(self, input: Option<String>) -> Self
pub fn set_core_network_id(self, input: Option<String>) -> Self
The ID of a core network.
sourcepub fn get_core_network_id(&self) -> &Option<String>
pub fn get_core_network_id(&self) -> &Option<String>
The ID of a core network.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the update.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the update.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the update.
sourcepub fn build(self) -> Result<UpdateCoreNetworkInput, BuildError>
pub fn build(self) -> Result<UpdateCoreNetworkInput, BuildError>
Consumes the builder and constructs a UpdateCoreNetworkInput.
source§impl UpdateCoreNetworkInputBuilder
impl UpdateCoreNetworkInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateCoreNetworkOutput, SdkError<UpdateCoreNetworkError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateCoreNetworkOutput, SdkError<UpdateCoreNetworkError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateCoreNetworkInputBuilder
impl Clone for UpdateCoreNetworkInputBuilder
source§fn clone(&self) -> UpdateCoreNetworkInputBuilder
fn clone(&self) -> UpdateCoreNetworkInputBuilder
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 Default for UpdateCoreNetworkInputBuilder
impl Default for UpdateCoreNetworkInputBuilder
source§fn default() -> UpdateCoreNetworkInputBuilder
fn default() -> UpdateCoreNetworkInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateCoreNetworkInputBuilder
impl PartialEq for UpdateCoreNetworkInputBuilder
source§fn eq(&self, other: &UpdateCoreNetworkInputBuilder) -> bool
fn eq(&self, other: &UpdateCoreNetworkInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateCoreNetworkInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateCoreNetworkInputBuilder
impl Send for UpdateCoreNetworkInputBuilder
impl Sync for UpdateCoreNetworkInputBuilder
impl Unpin for UpdateCoreNetworkInputBuilder
impl UnwindSafe for UpdateCoreNetworkInputBuilder
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.