#[non_exhaustive]pub struct DeleteKeyOutputBuilder { /* private fields */ }Expand description
A builder for DeleteKeyOutput.
Implementations§
source§impl DeleteKeyOutputBuilder
impl DeleteKeyOutputBuilder
sourcepub fn key(self, input: Key) -> Self
pub fn key(self, input: Key) -> Self
The KeyARN of the key that is scheduled for deletion.
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 Freeze for DeleteKeyOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.