Struct aws_sdk_tnb::operation::get_sol_network_instance::builders::GetSolNetworkInstanceFluentBuilder
source · pub struct GetSolNetworkInstanceFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetSolNetworkInstance.
Gets the details of the network instance.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
Implementations§
source§impl GetSolNetworkInstanceFluentBuilder
impl GetSolNetworkInstanceFluentBuilder
sourcepub fn as_input(&self) -> &GetSolNetworkInstanceInputBuilder
pub fn as_input(&self) -> &GetSolNetworkInstanceInputBuilder
Access the GetSolNetworkInstance as a reference.
sourcepub async fn send(
self
) -> Result<GetSolNetworkInstanceOutput, SdkError<GetSolNetworkInstanceError, HttpResponse>>
pub async fn send( self ) -> Result<GetSolNetworkInstanceOutput, SdkError<GetSolNetworkInstanceError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<GetSolNetworkInstanceOutput, GetSolNetworkInstanceError, Self>
pub fn customize( self ) -> CustomizableOperation<GetSolNetworkInstanceOutput, GetSolNetworkInstanceError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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.
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.
Trait Implementations§
source§impl Clone for GetSolNetworkInstanceFluentBuilder
impl Clone for GetSolNetworkInstanceFluentBuilder
source§fn clone(&self) -> GetSolNetworkInstanceFluentBuilder
fn clone(&self) -> GetSolNetworkInstanceFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more