#[non_exhaustive]pub struct ImportKeyOutputBuilder { /* private fields */ }
Expand description
A builder for ImportKeyOutput
.
Implementations§
source§impl ImportKeyOutputBuilder
impl ImportKeyOutputBuilder
sourcepub fn key(self, input: Key) -> Self
pub fn key(self, input: Key) -> Self
The KeyARN
of the key material imported within Amazon Web Services Payment Cryptography.
sourcepub fn set_key(self, input: Option<Key>) -> Self
pub fn set_key(self, input: Option<Key>) -> Self
The KeyARN
of the key material imported within Amazon Web Services Payment Cryptography.
sourcepub fn get_key(&self) -> &Option<Key>
pub fn get_key(&self) -> &Option<Key>
The KeyARN
of the key material imported within Amazon Web Services Payment Cryptography.
sourcepub fn build(self) -> ImportKeyOutput
pub fn build(self) -> ImportKeyOutput
Consumes the builder and constructs a ImportKeyOutput
.
Trait Implementations§
source§impl Clone for ImportKeyOutputBuilder
impl Clone for ImportKeyOutputBuilder
source§fn clone(&self) -> ImportKeyOutputBuilder
fn clone(&self) -> ImportKeyOutputBuilder
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 ImportKeyOutputBuilder
impl Debug for ImportKeyOutputBuilder
source§impl Default for ImportKeyOutputBuilder
impl Default for ImportKeyOutputBuilder
source§fn default() -> ImportKeyOutputBuilder
fn default() -> ImportKeyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ImportKeyOutputBuilder
impl PartialEq for ImportKeyOutputBuilder
source§fn eq(&self, other: &ImportKeyOutputBuilder) -> bool
fn eq(&self, other: &ImportKeyOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ImportKeyOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ImportKeyOutputBuilder
impl Send for ImportKeyOutputBuilder
impl Sync for ImportKeyOutputBuilder
impl Unpin for ImportKeyOutputBuilder
impl UnwindSafe for ImportKeyOutputBuilder
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