Struct aws_sdk_tnb::operation::update_sol_network_package::builders::UpdateSolNetworkPackageInputBuilder
source · #[non_exhaustive]pub struct UpdateSolNetworkPackageInputBuilder { /* private fields */ }Expand description
A builder for UpdateSolNetworkPackageInput.
Implementations§
source§impl UpdateSolNetworkPackageInputBuilder
impl UpdateSolNetworkPackageInputBuilder
sourcepub fn nsd_info_id(self, input: impl Into<String>) -> Self
pub fn nsd_info_id(self, input: impl Into<String>) -> Self
ID of the network service descriptor in the network package.
This field is required.sourcepub fn set_nsd_info_id(self, input: Option<String>) -> Self
pub fn set_nsd_info_id(self, input: Option<String>) -> Self
ID of the network service descriptor in the network package.
sourcepub fn get_nsd_info_id(&self) -> &Option<String>
pub fn get_nsd_info_id(&self) -> &Option<String>
ID of the network service descriptor in the network package.
sourcepub fn nsd_operational_state(self, input: NsdOperationalState) -> Self
pub fn nsd_operational_state(self, input: NsdOperationalState) -> Self
Operational state of the network service descriptor in the network package.
This field is required.sourcepub fn set_nsd_operational_state(
self,
input: Option<NsdOperationalState>
) -> Self
pub fn set_nsd_operational_state( self, input: Option<NsdOperationalState> ) -> Self
Operational state of the network service descriptor in the network package.
sourcepub fn get_nsd_operational_state(&self) -> &Option<NsdOperationalState>
pub fn get_nsd_operational_state(&self) -> &Option<NsdOperationalState>
Operational state of the network service descriptor in the network package.
sourcepub fn build(self) -> Result<UpdateSolNetworkPackageInput, BuildError>
pub fn build(self) -> Result<UpdateSolNetworkPackageInput, BuildError>
Consumes the builder and constructs a UpdateSolNetworkPackageInput.
source§impl UpdateSolNetworkPackageInputBuilder
impl UpdateSolNetworkPackageInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateSolNetworkPackageOutput, SdkError<UpdateSolNetworkPackageError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateSolNetworkPackageOutput, SdkError<UpdateSolNetworkPackageError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateSolNetworkPackageInputBuilder
impl Clone for UpdateSolNetworkPackageInputBuilder
source§fn clone(&self) -> UpdateSolNetworkPackageInputBuilder
fn clone(&self) -> UpdateSolNetworkPackageInputBuilder
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 UpdateSolNetworkPackageInputBuilder
impl Default for UpdateSolNetworkPackageInputBuilder
source§fn default() -> UpdateSolNetworkPackageInputBuilder
fn default() -> UpdateSolNetworkPackageInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateSolNetworkPackageInputBuilder
impl PartialEq for UpdateSolNetworkPackageInputBuilder
source§fn eq(&self, other: &UpdateSolNetworkPackageInputBuilder) -> bool
fn eq(&self, other: &UpdateSolNetworkPackageInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateSolNetworkPackageInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateSolNetworkPackageInputBuilder
impl Send for UpdateSolNetworkPackageInputBuilder
impl Sync for UpdateSolNetworkPackageInputBuilder
impl Unpin for UpdateSolNetworkPackageInputBuilder
impl UnwindSafe for UpdateSolNetworkPackageInputBuilder
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.