#[non_exhaustive]pub struct DeleteKeyOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteKeyOutput
.
Implementations§
source§impl DeleteKeyOutputBuilder
impl DeleteKeyOutputBuilder
sourcepub fn set_key(self, input: Option<Key>) -> Self
pub fn set_key(self, input: Option<Key>) -> Self
The KeyARN
of the key that is scheduled for deletion.
sourcepub fn build(self) -> DeleteKeyOutput
pub fn build(self) -> DeleteKeyOutput
Consumes the builder and constructs a DeleteKeyOutput
.
Trait Implementations§
source§impl Clone for DeleteKeyOutputBuilder
impl Clone for DeleteKeyOutputBuilder
source§fn clone(&self) -> DeleteKeyOutputBuilder
fn clone(&self) -> DeleteKeyOutputBuilder
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 Debug for DeleteKeyOutputBuilder
impl Debug for DeleteKeyOutputBuilder
source§impl Default for DeleteKeyOutputBuilder
impl Default for DeleteKeyOutputBuilder
source§fn default() -> DeleteKeyOutputBuilder
fn default() -> DeleteKeyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteKeyOutputBuilder
impl PartialEq for DeleteKeyOutputBuilder
source§fn eq(&self, other: &DeleteKeyOutputBuilder) -> bool
fn eq(&self, other: &DeleteKeyOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteKeyOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteKeyOutputBuilder
impl Send for DeleteKeyOutputBuilder
impl Sync for DeleteKeyOutputBuilder
impl Unpin for DeleteKeyOutputBuilder
impl UnwindSafe for DeleteKeyOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more