Struct aws_sdk_tnb::operation::validate_sol_function_package_content::builders::ValidateSolFunctionPackageContentOutputBuilder
source · #[non_exhaustive]pub struct ValidateSolFunctionPackageContentOutputBuilder { /* private fields */ }
Expand description
A builder for ValidateSolFunctionPackageContentOutput
.
Implementations§
source§impl ValidateSolFunctionPackageContentOutputBuilder
impl ValidateSolFunctionPackageContentOutputBuilder
sourcepub fn vnfd_id(self, input: impl Into<String>) -> Self
pub fn vnfd_id(self, input: impl Into<String>) -> Self
Function package descriptor ID.
This field is required.sourcepub fn set_vnfd_id(self, input: Option<String>) -> Self
pub fn set_vnfd_id(self, input: Option<String>) -> Self
Function package descriptor ID.
sourcepub fn get_vnfd_id(&self) -> &Option<String>
pub fn get_vnfd_id(&self) -> &Option<String>
Function package descriptor ID.
sourcepub fn vnf_product_name(self, input: impl Into<String>) -> Self
pub fn vnf_product_name(self, input: impl Into<String>) -> Self
Network function product name.
This field is required.sourcepub fn set_vnf_product_name(self, input: Option<String>) -> Self
pub fn set_vnf_product_name(self, input: Option<String>) -> Self
Network function product name.
sourcepub fn get_vnf_product_name(&self) -> &Option<String>
pub fn get_vnf_product_name(&self) -> &Option<String>
Network function product name.
sourcepub fn vnf_provider(self, input: impl Into<String>) -> Self
pub fn vnf_provider(self, input: impl Into<String>) -> Self
Network function provider.
This field is required.sourcepub fn set_vnf_provider(self, input: Option<String>) -> Self
pub fn set_vnf_provider(self, input: Option<String>) -> Self
Network function provider.
sourcepub fn get_vnf_provider(&self) -> &Option<String>
pub fn get_vnf_provider(&self) -> &Option<String>
Network function provider.
sourcepub fn vnfd_version(self, input: impl Into<String>) -> Self
pub fn vnfd_version(self, input: impl Into<String>) -> Self
Function package descriptor version.
This field is required.sourcepub fn set_vnfd_version(self, input: Option<String>) -> Self
pub fn set_vnfd_version(self, input: Option<String>) -> Self
Function package descriptor version.
sourcepub fn get_vnfd_version(&self) -> &Option<String>
pub fn get_vnfd_version(&self) -> &Option<String>
Function package descriptor version.
sourcepub fn metadata(self, input: ValidateSolFunctionPackageContentMetadata) -> Self
pub fn metadata(self, input: ValidateSolFunctionPackageContentMetadata) -> Self
Function package metadata.
This field is required.sourcepub fn set_metadata(
self,
input: Option<ValidateSolFunctionPackageContentMetadata>
) -> Self
pub fn set_metadata( self, input: Option<ValidateSolFunctionPackageContentMetadata> ) -> Self
Function package metadata.
sourcepub fn get_metadata(&self) -> &Option<ValidateSolFunctionPackageContentMetadata>
pub fn get_metadata(&self) -> &Option<ValidateSolFunctionPackageContentMetadata>
Function package metadata.
sourcepub fn build(
self
) -> Result<ValidateSolFunctionPackageContentOutput, BuildError>
pub fn build( self ) -> Result<ValidateSolFunctionPackageContentOutput, BuildError>
Consumes the builder and constructs a ValidateSolFunctionPackageContentOutput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ValidateSolFunctionPackageContentOutputBuilder
impl Clone for ValidateSolFunctionPackageContentOutputBuilder
source§fn clone(&self) -> ValidateSolFunctionPackageContentOutputBuilder
fn clone(&self) -> ValidateSolFunctionPackageContentOutputBuilder
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 ValidateSolFunctionPackageContentOutputBuilder
impl Default for ValidateSolFunctionPackageContentOutputBuilder
source§fn default() -> ValidateSolFunctionPackageContentOutputBuilder
fn default() -> ValidateSolFunctionPackageContentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ValidateSolFunctionPackageContentOutputBuilder
impl PartialEq for ValidateSolFunctionPackageContentOutputBuilder
source§fn eq(&self, other: &ValidateSolFunctionPackageContentOutputBuilder) -> bool
fn eq(&self, other: &ValidateSolFunctionPackageContentOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ValidateSolFunctionPackageContentOutputBuilder
Auto Trait Implementations§
impl Freeze for ValidateSolFunctionPackageContentOutputBuilder
impl RefUnwindSafe for ValidateSolFunctionPackageContentOutputBuilder
impl Send for ValidateSolFunctionPackageContentOutputBuilder
impl Sync for ValidateSolFunctionPackageContentOutputBuilder
impl Unpin for ValidateSolFunctionPackageContentOutputBuilder
impl UnwindSafe for ValidateSolFunctionPackageContentOutputBuilder
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.