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