#[non_exhaustive]pub struct DeleteKeyPairOutputBuilder { /* private fields */ }Expand description
A builder for DeleteKeyPairOutput.
Implementations§
source§impl DeleteKeyPairOutputBuilder
impl DeleteKeyPairOutputBuilder
sourcepub fn build(self) -> DeleteKeyPairOutput
pub fn build(self) -> DeleteKeyPairOutput
Consumes the builder and constructs a DeleteKeyPairOutput.
Trait Implementations§
source§impl Clone for DeleteKeyPairOutputBuilder
impl Clone for DeleteKeyPairOutputBuilder
source§fn clone(&self) -> DeleteKeyPairOutputBuilder
fn clone(&self) -> DeleteKeyPairOutputBuilder
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 DeleteKeyPairOutputBuilder
impl Debug for DeleteKeyPairOutputBuilder
source§impl Default for DeleteKeyPairOutputBuilder
impl Default for DeleteKeyPairOutputBuilder
source§fn default() -> DeleteKeyPairOutputBuilder
fn default() -> DeleteKeyPairOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteKeyPairOutputBuilder> for DeleteKeyPairOutputBuilder
impl PartialEq<DeleteKeyPairOutputBuilder> for DeleteKeyPairOutputBuilder
source§fn eq(&self, other: &DeleteKeyPairOutputBuilder) -> bool
fn eq(&self, other: &DeleteKeyPairOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.