Struct aws_sdk_tnb::operation::update_sol_network_instance::builders::UpdateSolNetworkInstanceOutputBuilder
source · #[non_exhaustive]pub struct UpdateSolNetworkInstanceOutputBuilder { /* private fields */ }Expand description
A builder for UpdateSolNetworkInstanceOutput.
Implementations§
source§impl UpdateSolNetworkInstanceOutputBuilder
impl UpdateSolNetworkInstanceOutputBuilder
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) -> UpdateSolNetworkInstanceOutput
pub fn build(self) -> UpdateSolNetworkInstanceOutput
Consumes the builder and constructs a UpdateSolNetworkInstanceOutput.
Trait Implementations§
source§impl Clone for UpdateSolNetworkInstanceOutputBuilder
impl Clone for UpdateSolNetworkInstanceOutputBuilder
source§fn clone(&self) -> UpdateSolNetworkInstanceOutputBuilder
fn clone(&self) -> UpdateSolNetworkInstanceOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for UpdateSolNetworkInstanceOutputBuilder
impl Default for UpdateSolNetworkInstanceOutputBuilder
source§fn default() -> UpdateSolNetworkInstanceOutputBuilder
fn default() -> UpdateSolNetworkInstanceOutputBuilder
source§impl PartialEq for UpdateSolNetworkInstanceOutputBuilder
impl PartialEq for UpdateSolNetworkInstanceOutputBuilder
source§fn eq(&self, other: &UpdateSolNetworkInstanceOutputBuilder) -> bool
fn eq(&self, other: &UpdateSolNetworkInstanceOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.