Struct aws_sdk_tnb::operation::terminate_sol_network_instance::builders::TerminateSolNetworkInstanceOutputBuilder
source · #[non_exhaustive]pub struct TerminateSolNetworkInstanceOutputBuilder { /* private fields */ }Expand description
A builder for TerminateSolNetworkInstanceOutput.
Implementations§
source§impl TerminateSolNetworkInstanceOutputBuilder
impl TerminateSolNetworkInstanceOutputBuilder
sourcepub fn ns_lcm_op_occ_id(self, input: impl Into<String>) -> Self
pub fn ns_lcm_op_occ_id(self, input: impl Into<String>) -> Self
The identifier of the network operation.
sourcepub fn set_ns_lcm_op_occ_id(self, input: Option<String>) -> Self
pub fn set_ns_lcm_op_occ_id(self, input: Option<String>) -> Self
The identifier of the network operation.
sourcepub fn get_ns_lcm_op_occ_id(&self) -> &Option<String>
pub fn get_ns_lcm_op_occ_id(&self) -> &Option<String>
The identifier of the network operation.
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. When you use this API, the tags are transferred to the network operation that is created. 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. When you use this API, the tags are transferred to the network operation that is created. 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. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.
sourcepub fn build(self) -> TerminateSolNetworkInstanceOutput
pub fn build(self) -> TerminateSolNetworkInstanceOutput
Consumes the builder and constructs a TerminateSolNetworkInstanceOutput.
Trait Implementations§
source§impl Clone for TerminateSolNetworkInstanceOutputBuilder
impl Clone for TerminateSolNetworkInstanceOutputBuilder
source§fn clone(&self) -> TerminateSolNetworkInstanceOutputBuilder
fn clone(&self) -> TerminateSolNetworkInstanceOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for TerminateSolNetworkInstanceOutputBuilder
impl Default for TerminateSolNetworkInstanceOutputBuilder
source§fn default() -> TerminateSolNetworkInstanceOutputBuilder
fn default() -> TerminateSolNetworkInstanceOutputBuilder
source§impl PartialEq for TerminateSolNetworkInstanceOutputBuilder
impl PartialEq for TerminateSolNetworkInstanceOutputBuilder
source§fn eq(&self, other: &TerminateSolNetworkInstanceOutputBuilder) -> bool
fn eq(&self, other: &TerminateSolNetworkInstanceOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.