Struct aws_sdk_tnb::operation::create_sol_network_package::builders::CreateSolNetworkPackageInputBuilder
source · #[non_exhaustive]pub struct CreateSolNetworkPackageInputBuilder { /* private fields */ }Expand description
A builder for CreateSolNetworkPackageInput.
Implementations§
source§impl CreateSolNetworkPackageInputBuilder
impl CreateSolNetworkPackageInputBuilder
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<CreateSolNetworkPackageInput, BuildError>
pub fn build(self) -> Result<CreateSolNetworkPackageInput, BuildError>
Consumes the builder and constructs a CreateSolNetworkPackageInput.
source§impl CreateSolNetworkPackageInputBuilder
impl CreateSolNetworkPackageInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateSolNetworkPackageOutput, SdkError<CreateSolNetworkPackageError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateSolNetworkPackageOutput, SdkError<CreateSolNetworkPackageError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateSolNetworkPackageInputBuilder
impl Clone for CreateSolNetworkPackageInputBuilder
source§fn clone(&self) -> CreateSolNetworkPackageInputBuilder
fn clone(&self) -> CreateSolNetworkPackageInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateSolNetworkPackageInputBuilder
impl Default for CreateSolNetworkPackageInputBuilder
source§fn default() -> CreateSolNetworkPackageInputBuilder
fn default() -> CreateSolNetworkPackageInputBuilder
source§impl PartialEq for CreateSolNetworkPackageInputBuilder
impl PartialEq for CreateSolNetworkPackageInputBuilder
source§fn eq(&self, other: &CreateSolNetworkPackageInputBuilder) -> bool
fn eq(&self, other: &CreateSolNetworkPackageInputBuilder) -> bool
self and other values to be equal, and is used
by ==.