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