Struct aws_sdk_tnb::operation::create_sol_network_package::builders::CreateSolNetworkPackageOutputBuilder
source · #[non_exhaustive]pub struct CreateSolNetworkPackageOutputBuilder { /* private fields */ }Expand description
A builder for CreateSolNetworkPackageOutput.
Implementations§
source§impl CreateSolNetworkPackageOutputBuilder
impl CreateSolNetworkPackageOutputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
ID of the network package.
This field is required.sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
Network package ARN.
This field is required.sourcepub fn nsd_onboarding_state(self, input: NsdOnboardingState) -> Self
pub fn nsd_onboarding_state(self, input: NsdOnboardingState) -> Self
Onboarding state of the network service descriptor in the network package.
This field is required.sourcepub fn set_nsd_onboarding_state(self, input: Option<NsdOnboardingState>) -> Self
pub fn set_nsd_onboarding_state(self, input: Option<NsdOnboardingState>) -> Self
Onboarding state of the network service descriptor in the network package.
sourcepub fn get_nsd_onboarding_state(&self) -> &Option<NsdOnboardingState>
pub fn get_nsd_onboarding_state(&self) -> &Option<NsdOnboardingState>
Onboarding state of the network service descriptor in the network package.
sourcepub fn nsd_operational_state(self, input: NsdOperationalState) -> Self
pub fn nsd_operational_state(self, input: NsdOperationalState) -> Self
Operational state of the network service descriptor in the network package.
This field is required.sourcepub fn set_nsd_operational_state(
self,
input: Option<NsdOperationalState>
) -> Self
pub fn set_nsd_operational_state( self, input: Option<NsdOperationalState> ) -> Self
Operational state of the network service descriptor in the network package.
sourcepub fn get_nsd_operational_state(&self) -> &Option<NsdOperationalState>
pub fn get_nsd_operational_state(&self) -> &Option<NsdOperationalState>
Operational state of the network service descriptor in the network package.
sourcepub fn nsd_usage_state(self, input: NsdUsageState) -> Self
pub fn nsd_usage_state(self, input: NsdUsageState) -> Self
Usage state of the network service descriptor in the network package.
This field is required.sourcepub fn set_nsd_usage_state(self, input: Option<NsdUsageState>) -> Self
pub fn set_nsd_usage_state(self, input: Option<NsdUsageState>) -> Self
Usage state of the network service descriptor in the network package.
sourcepub fn get_nsd_usage_state(&self) -> &Option<NsdUsageState>
pub fn get_nsd_usage_state(&self) -> &Option<NsdUsageState>
Usage state of the network service descriptor in the network package.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
sourcepub fn build(self) -> Result<CreateSolNetworkPackageOutput, BuildError>
pub fn build(self) -> Result<CreateSolNetworkPackageOutput, BuildError>
Consumes the builder and constructs a CreateSolNetworkPackageOutput.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for CreateSolNetworkPackageOutputBuilder
impl Clone for CreateSolNetworkPackageOutputBuilder
source§fn clone(&self) -> CreateSolNetworkPackageOutputBuilder
fn clone(&self) -> CreateSolNetworkPackageOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateSolNetworkPackageOutputBuilder
impl Default for CreateSolNetworkPackageOutputBuilder
source§fn default() -> CreateSolNetworkPackageOutputBuilder
fn default() -> CreateSolNetworkPackageOutputBuilder
source§impl PartialEq for CreateSolNetworkPackageOutputBuilder
impl PartialEq for CreateSolNetworkPackageOutputBuilder
source§fn eq(&self, other: &CreateSolNetworkPackageOutputBuilder) -> bool
fn eq(&self, other: &CreateSolNetworkPackageOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.