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 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.
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.
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.
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.
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) -> ValidateSolFunctionPackageContentOutput
pub fn build(self) -> ValidateSolFunctionPackageContentOutput
Consumes the builder and constructs a ValidateSolFunctionPackageContentOutput.
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 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