Struct aws_sdk_tnb::operation::get_sol_network_instance::builders::GetSolNetworkInstanceOutputBuilder
source · #[non_exhaustive]pub struct GetSolNetworkInstanceOutputBuilder { /* private fields */ }Expand description
A builder for GetSolNetworkInstanceOutput.
Implementations§
source§impl GetSolNetworkInstanceOutputBuilder
impl GetSolNetworkInstanceOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
Network instance ARN.
This field is required.sourcepub fn ns_instance_name(self, input: impl Into<String>) -> Self
pub fn ns_instance_name(self, input: impl Into<String>) -> Self
Network instance name.
This field is required.sourcepub fn set_ns_instance_name(self, input: Option<String>) -> Self
pub fn set_ns_instance_name(self, input: Option<String>) -> Self
Network instance name.
sourcepub fn get_ns_instance_name(&self) -> &Option<String>
pub fn get_ns_instance_name(&self) -> &Option<String>
Network instance name.
sourcepub fn ns_instance_description(self, input: impl Into<String>) -> Self
pub fn ns_instance_description(self, input: impl Into<String>) -> Self
Network instance description.
This field is required.sourcepub fn set_ns_instance_description(self, input: Option<String>) -> Self
pub fn set_ns_instance_description(self, input: Option<String>) -> Self
Network instance description.
sourcepub fn get_ns_instance_description(&self) -> &Option<String>
pub fn get_ns_instance_description(&self) -> &Option<String>
Network instance description.
sourcepub fn nsd_id(self, input: impl Into<String>) -> Self
pub fn nsd_id(self, input: impl Into<String>) -> Self
Network service descriptor ID.
This field is required.sourcepub fn set_nsd_id(self, input: Option<String>) -> Self
pub fn set_nsd_id(self, input: Option<String>) -> Self
Network service descriptor ID.
sourcepub fn get_nsd_id(&self) -> &Option<String>
pub fn get_nsd_id(&self) -> &Option<String>
Network service descriptor ID.
sourcepub fn nsd_info_id(self, input: impl Into<String>) -> Self
pub fn nsd_info_id(self, input: impl Into<String>) -> Self
Network service descriptor info ID.
This field is required.sourcepub fn set_nsd_info_id(self, input: Option<String>) -> Self
pub fn set_nsd_info_id(self, input: Option<String>) -> Self
Network service descriptor info ID.
sourcepub fn get_nsd_info_id(&self) -> &Option<String>
pub fn get_nsd_info_id(&self) -> &Option<String>
Network service descriptor info ID.
sourcepub fn set_ns_state(self, input: Option<NsState>) -> Self
pub fn set_ns_state(self, input: Option<NsState>) -> Self
Network instance state.
sourcepub fn get_ns_state(&self) -> &Option<NsState>
pub fn get_ns_state(&self) -> &Option<NsState>
Network instance state.
sourcepub fn lcm_op_info(self, input: LcmOperationInfo) -> Self
pub fn lcm_op_info(self, input: LcmOperationInfo) -> Self
Lifecycle management operation details on the network instance.
Lifecycle management operations are deploy, update, or delete operations.
sourcepub fn set_lcm_op_info(self, input: Option<LcmOperationInfo>) -> Self
pub fn set_lcm_op_info(self, input: Option<LcmOperationInfo>) -> Self
Lifecycle management operation details on the network instance.
Lifecycle management operations are deploy, update, or delete operations.
sourcepub fn get_lcm_op_info(&self) -> &Option<LcmOperationInfo>
pub fn get_lcm_op_info(&self) -> &Option<LcmOperationInfo>
Lifecycle management operation details on the network instance.
Lifecycle management operations are deploy, update, or delete operations.
sourcepub fn metadata(self, input: GetSolNetworkInstanceMetadata) -> Self
pub fn metadata(self, input: GetSolNetworkInstanceMetadata) -> Self
The metadata of a network instance.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
This field is required.sourcepub fn set_metadata(self, input: Option<GetSolNetworkInstanceMetadata>) -> Self
pub fn set_metadata(self, input: Option<GetSolNetworkInstanceMetadata>) -> Self
The metadata of a network instance.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
sourcepub fn get_metadata(&self) -> &Option<GetSolNetworkInstanceMetadata>
pub fn get_metadata(&self) -> &Option<GetSolNetworkInstanceMetadata>
The metadata of a network instance.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
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<GetSolNetworkInstanceOutput, BuildError>
pub fn build(self) -> Result<GetSolNetworkInstanceOutput, BuildError>
Consumes the builder and constructs a GetSolNetworkInstanceOutput.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for GetSolNetworkInstanceOutputBuilder
impl Clone for GetSolNetworkInstanceOutputBuilder
source§fn clone(&self) -> GetSolNetworkInstanceOutputBuilder
fn clone(&self) -> GetSolNetworkInstanceOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetSolNetworkInstanceOutputBuilder
impl Default for GetSolNetworkInstanceOutputBuilder
source§fn default() -> GetSolNetworkInstanceOutputBuilder
fn default() -> GetSolNetworkInstanceOutputBuilder
source§impl PartialEq for GetSolNetworkInstanceOutputBuilder
impl PartialEq for GetSolNetworkInstanceOutputBuilder
source§fn eq(&self, other: &GetSolNetworkInstanceOutputBuilder) -> bool
fn eq(&self, other: &GetSolNetworkInstanceOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.