Struct aws_sdk_appstream::operation::delete_application::builders::DeleteApplicationInputBuilder
source · #[non_exhaustive]pub struct DeleteApplicationInputBuilder { /* private fields */ }
Expand description
A builder for DeleteApplicationInput
.
Implementations§
source§impl DeleteApplicationInputBuilder
impl DeleteApplicationInputBuilder
sourcepub fn build(self) -> Result<DeleteApplicationInput, BuildError>
pub fn build(self) -> Result<DeleteApplicationInput, BuildError>
Consumes the builder and constructs a DeleteApplicationInput
.
Trait Implementations§
source§impl Clone for DeleteApplicationInputBuilder
impl Clone for DeleteApplicationInputBuilder
source§fn clone(&self) -> DeleteApplicationInputBuilder
fn clone(&self) -> DeleteApplicationInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DeleteApplicationInputBuilder
impl Default for DeleteApplicationInputBuilder
source§fn default() -> DeleteApplicationInputBuilder
fn default() -> DeleteApplicationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteApplicationInputBuilder> for DeleteApplicationInputBuilder
impl PartialEq<DeleteApplicationInputBuilder> for DeleteApplicationInputBuilder
source§fn eq(&self, other: &DeleteApplicationInputBuilder) -> bool
fn eq(&self, other: &DeleteApplicationInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.