#[non_exhaustive]pub struct GetKeyInputBuilder { /* private fields */ }Expand description
A builder for GetKeyInput.
Implementations§
source§impl GetKeyInputBuilder
impl GetKeyInputBuilder
sourcepub fn key_identifier(self, input: impl Into<String>) -> Self
pub fn key_identifier(self, input: impl Into<String>) -> Self
The KeyARN of the Amazon Web Services Payment Cryptography key.
sourcepub fn set_key_identifier(self, input: Option<String>) -> Self
pub fn set_key_identifier(self, input: Option<String>) -> Self
The KeyARN of the Amazon Web Services Payment Cryptography key.
sourcepub fn get_key_identifier(&self) -> &Option<String>
pub fn get_key_identifier(&self) -> &Option<String>
The KeyARN of the Amazon Web Services Payment Cryptography key.
sourcepub fn build(self) -> Result<GetKeyInput, BuildError>
pub fn build(self) -> Result<GetKeyInput, BuildError>
Consumes the builder and constructs a GetKeyInput.
source§impl GetKeyInputBuilder
impl GetKeyInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetKeyOutput, SdkError<GetKeyError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetKeyOutput, SdkError<GetKeyError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetKeyInputBuilder
impl Clone for GetKeyInputBuilder
source§fn clone(&self) -> GetKeyInputBuilder
fn clone(&self) -> GetKeyInputBuilder
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 GetKeyInputBuilder
impl Debug for GetKeyInputBuilder
source§impl Default for GetKeyInputBuilder
impl Default for GetKeyInputBuilder
source§fn default() -> GetKeyInputBuilder
fn default() -> GetKeyInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetKeyInputBuilder
impl PartialEq for GetKeyInputBuilder
source§fn eq(&self, other: &GetKeyInputBuilder) -> bool
fn eq(&self, other: &GetKeyInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetKeyInputBuilder
Auto Trait Implementations§
impl Freeze for GetKeyInputBuilder
impl RefUnwindSafe for GetKeyInputBuilder
impl Send for GetKeyInputBuilder
impl Sync for GetKeyInputBuilder
impl Unpin for GetKeyInputBuilder
impl UnwindSafe for GetKeyInputBuilder
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.