Struct aws_sdk_tnb::operation::get_sol_function_instance::builders::GetSolFunctionInstanceFluentBuilder
source · pub struct GetSolFunctionInstanceFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetSolFunctionInstance.
Gets the details of a network function instance, including the instantation state and metadata from the function package descriptor in the network function package.
A network function instance is a function in a function package .
Implementations§
source§impl GetSolFunctionInstanceFluentBuilder
impl GetSolFunctionInstanceFluentBuilder
sourcepub fn as_input(&self) -> &GetSolFunctionInstanceInputBuilder
pub fn as_input(&self) -> &GetSolFunctionInstanceInputBuilder
Access the GetSolFunctionInstance as a reference.
sourcepub async fn send(
self
) -> Result<GetSolFunctionInstanceOutput, SdkError<GetSolFunctionInstanceError, HttpResponse>>
pub async fn send( self ) -> Result<GetSolFunctionInstanceOutput, SdkError<GetSolFunctionInstanceError, 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<GetSolFunctionInstanceOutput, GetSolFunctionInstanceError, Self>
pub fn customize( self ) -> CustomizableOperation<GetSolFunctionInstanceOutput, GetSolFunctionInstanceError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn vnf_instance_id(self, input: impl Into<String>) -> Self
pub fn vnf_instance_id(self, input: impl Into<String>) -> Self
ID of the network function.
sourcepub fn set_vnf_instance_id(self, input: Option<String>) -> Self
pub fn set_vnf_instance_id(self, input: Option<String>) -> Self
ID of the network function.
sourcepub fn get_vnf_instance_id(&self) -> &Option<String>
pub fn get_vnf_instance_id(&self) -> &Option<String>
ID of the network function.
Trait Implementations§
source§impl Clone for GetSolFunctionInstanceFluentBuilder
impl Clone for GetSolFunctionInstanceFluentBuilder
source§fn clone(&self) -> GetSolFunctionInstanceFluentBuilder
fn clone(&self) -> GetSolFunctionInstanceFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more