Struct aws_sdk_tnb::operation::get_sol_function_package::builders::GetSolFunctionPackageFluentBuilder
source · pub struct GetSolFunctionPackageFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetSolFunctionPackage.
Gets the details of an individual function package, such as the operational state and whether the package is in use.
A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network..
Implementations§
source§impl GetSolFunctionPackageFluentBuilder
impl GetSolFunctionPackageFluentBuilder
sourcepub fn as_input(&self) -> &GetSolFunctionPackageInputBuilder
pub fn as_input(&self) -> &GetSolFunctionPackageInputBuilder
Access the GetSolFunctionPackage as a reference.
sourcepub async fn send(
self
) -> Result<GetSolFunctionPackageOutput, SdkError<GetSolFunctionPackageError, HttpResponse>>
pub async fn send( self ) -> Result<GetSolFunctionPackageOutput, SdkError<GetSolFunctionPackageError, 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<GetSolFunctionPackageOutput, GetSolFunctionPackageError, Self>
pub fn customize( self ) -> CustomizableOperation<GetSolFunctionPackageOutput, GetSolFunctionPackageError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn vnf_pkg_id(self, input: impl Into<String>) -> Self
pub fn vnf_pkg_id(self, input: impl Into<String>) -> Self
ID of the function package.
sourcepub fn set_vnf_pkg_id(self, input: Option<String>) -> Self
pub fn set_vnf_pkg_id(self, input: Option<String>) -> Self
ID of the function package.
sourcepub fn get_vnf_pkg_id(&self) -> &Option<String>
pub fn get_vnf_pkg_id(&self) -> &Option<String>
ID of the function package.
Trait Implementations§
source§impl Clone for GetSolFunctionPackageFluentBuilder
impl Clone for GetSolFunctionPackageFluentBuilder
source§fn clone(&self) -> GetSolFunctionPackageFluentBuilder
fn clone(&self) -> GetSolFunctionPackageFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more