Struct aws_sdk_tnb::operation::create_sol_network_instance::builders::CreateSolNetworkInstanceInputBuilder
source · #[non_exhaustive]pub struct CreateSolNetworkInstanceInputBuilder { /* private fields */ }Expand description
A builder for CreateSolNetworkInstanceInput.
Implementations§
source§impl CreateSolNetworkInstanceInputBuilder
impl CreateSolNetworkInstanceInputBuilder
sourcepub fn nsd_info_id(self, input: impl Into<String>) -> Self
pub fn nsd_info_id(self, input: impl Into<String>) -> Self
ID for network service descriptor.
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
ID for network service descriptor.
sourcepub fn get_nsd_info_id(&self) -> &Option<String>
pub fn get_nsd_info_id(&self) -> &Option<String>
ID for network service descriptor.
sourcepub fn ns_name(self, input: impl Into<String>) -> Self
pub fn ns_name(self, input: impl Into<String>) -> Self
Network instance name.
This field is required.sourcepub fn set_ns_name(self, input: Option<String>) -> Self
pub fn set_ns_name(self, input: Option<String>) -> Self
Network instance name.
sourcepub fn get_ns_name(&self) -> &Option<String>
pub fn get_ns_name(&self) -> &Option<String>
Network instance name.
sourcepub fn ns_description(self, input: impl Into<String>) -> Self
pub fn ns_description(self, input: impl Into<String>) -> Self
Network instance description.
sourcepub fn set_ns_description(self, input: Option<String>) -> Self
pub fn set_ns_description(self, input: Option<String>) -> Self
Network instance description.
sourcepub fn get_ns_description(&self) -> &Option<String>
pub fn get_ns_description(&self) -> &Option<String>
Network instance description.
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<CreateSolNetworkInstanceInput, BuildError>
pub fn build(self) -> Result<CreateSolNetworkInstanceInput, BuildError>
Consumes the builder and constructs a CreateSolNetworkInstanceInput.
source§impl CreateSolNetworkInstanceInputBuilder
impl CreateSolNetworkInstanceInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateSolNetworkInstanceOutput, SdkError<CreateSolNetworkInstanceError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateSolNetworkInstanceOutput, SdkError<CreateSolNetworkInstanceError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateSolNetworkInstanceInputBuilder
impl Clone for CreateSolNetworkInstanceInputBuilder
source§fn clone(&self) -> CreateSolNetworkInstanceInputBuilder
fn clone(&self) -> CreateSolNetworkInstanceInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateSolNetworkInstanceInputBuilder
impl Default for CreateSolNetworkInstanceInputBuilder
source§fn default() -> CreateSolNetworkInstanceInputBuilder
fn default() -> CreateSolNetworkInstanceInputBuilder
source§impl PartialEq for CreateSolNetworkInstanceInputBuilder
impl PartialEq for CreateSolNetworkInstanceInputBuilder
source§fn eq(&self, other: &CreateSolNetworkInstanceInputBuilder) -> bool
fn eq(&self, other: &CreateSolNetworkInstanceInputBuilder) -> bool
self and other values to be equal, and is used
by ==.