#[non_exhaustive]pub struct DescribeKeyOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeKeyOutput
.
Implementations§
source§impl DescribeKeyOutputBuilder
impl DescribeKeyOutputBuilder
sourcepub fn key_metadata(self, input: KeyMetadata) -> Self
pub fn key_metadata(self, input: KeyMetadata) -> Self
Metadata associated with the key.
sourcepub fn set_key_metadata(self, input: Option<KeyMetadata>) -> Self
pub fn set_key_metadata(self, input: Option<KeyMetadata>) -> Self
Metadata associated with the key.
sourcepub fn get_key_metadata(&self) -> &Option<KeyMetadata>
pub fn get_key_metadata(&self) -> &Option<KeyMetadata>
Metadata associated with the key.
sourcepub fn build(self) -> DescribeKeyOutput
pub fn build(self) -> DescribeKeyOutput
Consumes the builder and constructs a DescribeKeyOutput
.
Trait Implementations§
source§impl Clone for DescribeKeyOutputBuilder
impl Clone for DescribeKeyOutputBuilder
source§fn clone(&self) -> DescribeKeyOutputBuilder
fn clone(&self) -> DescribeKeyOutputBuilder
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 DescribeKeyOutputBuilder
impl Debug for DescribeKeyOutputBuilder
source§impl Default for DescribeKeyOutputBuilder
impl Default for DescribeKeyOutputBuilder
source§fn default() -> DescribeKeyOutputBuilder
fn default() -> DescribeKeyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeKeyOutputBuilder
impl PartialEq for DescribeKeyOutputBuilder
source§fn eq(&self, other: &DescribeKeyOutputBuilder) -> bool
fn eq(&self, other: &DescribeKeyOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeKeyOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeKeyOutputBuilder
impl RefUnwindSafe for DescribeKeyOutputBuilder
impl Send for DescribeKeyOutputBuilder
impl Sync for DescribeKeyOutputBuilder
impl Unpin for DescribeKeyOutputBuilder
impl UnwindSafe for DescribeKeyOutputBuilder
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.