Struct aws_sdk_chime::operation::delete_app_instance_user::builders::DeleteAppInstanceUserOutputBuilder
source · #[non_exhaustive]pub struct DeleteAppInstanceUserOutputBuilder { /* private fields */ }Expand description
A builder for DeleteAppInstanceUserOutput.
Implementations§
source§impl DeleteAppInstanceUserOutputBuilder
impl DeleteAppInstanceUserOutputBuilder
sourcepub fn build(self) -> DeleteAppInstanceUserOutput
pub fn build(self) -> DeleteAppInstanceUserOutput
Consumes the builder and constructs a DeleteAppInstanceUserOutput.
Trait Implementations§
source§impl Clone for DeleteAppInstanceUserOutputBuilder
impl Clone for DeleteAppInstanceUserOutputBuilder
source§fn clone(&self) -> DeleteAppInstanceUserOutputBuilder
fn clone(&self) -> DeleteAppInstanceUserOutputBuilder
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 DeleteAppInstanceUserOutputBuilder
impl Default for DeleteAppInstanceUserOutputBuilder
source§fn default() -> DeleteAppInstanceUserOutputBuilder
fn default() -> DeleteAppInstanceUserOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteAppInstanceUserOutputBuilder> for DeleteAppInstanceUserOutputBuilder
impl PartialEq<DeleteAppInstanceUserOutputBuilder> for DeleteAppInstanceUserOutputBuilder
source§fn eq(&self, other: &DeleteAppInstanceUserOutputBuilder) -> bool
fn eq(&self, other: &DeleteAppInstanceUserOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.