#[non_exhaustive]pub struct GetPublicKeyInputBuilder { /* private fields */ }
Expand description
A builder for GetPublicKeyInput
.
Implementations§
source§impl GetPublicKeyInputBuilder
impl GetPublicKeyInputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The identifier of the public key you are getting.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The identifier of the public key you are getting.
sourcepub fn build(self) -> Result<GetPublicKeyInput, BuildError>
pub fn build(self) -> Result<GetPublicKeyInput, BuildError>
Consumes the builder and constructs a GetPublicKeyInput
.
Trait Implementations§
source§impl Clone for GetPublicKeyInputBuilder
impl Clone for GetPublicKeyInputBuilder
source§fn clone(&self) -> GetPublicKeyInputBuilder
fn clone(&self) -> GetPublicKeyInputBuilder
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 GetPublicKeyInputBuilder
impl Debug for GetPublicKeyInputBuilder
source§impl Default for GetPublicKeyInputBuilder
impl Default for GetPublicKeyInputBuilder
source§fn default() -> GetPublicKeyInputBuilder
fn default() -> GetPublicKeyInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetPublicKeyInputBuilder> for GetPublicKeyInputBuilder
impl PartialEq<GetPublicKeyInputBuilder> for GetPublicKeyInputBuilder
source§fn eq(&self, other: &GetPublicKeyInputBuilder) -> bool
fn eq(&self, other: &GetPublicKeyInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.