#[non_exhaustive]pub struct DeleteKeyPairOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteKeyPairOutput
.
Implementations§
source§impl DeleteKeyPairOutputBuilder
impl DeleteKeyPairOutputBuilder
sourcepub fn return(self, input: bool) -> Self
pub fn return(self, input: bool) -> Self
Is true
if the request succeeds, and an error otherwise.
sourcepub fn set_return(self, input: Option<bool>) -> Self
pub fn set_return(self, input: Option<bool>) -> Self
Is true
if the request succeeds, and an error otherwise.
sourcepub fn get_return(&self) -> &Option<bool>
pub fn get_return(&self) -> &Option<bool>
Is true
if the request succeeds, and an error otherwise.
sourcepub fn key_pair_id(self, input: impl Into<String>) -> Self
pub fn key_pair_id(self, input: impl Into<String>) -> Self
The ID of the key pair.
sourcepub fn set_key_pair_id(self, input: Option<String>) -> Self
pub fn set_key_pair_id(self, input: Option<String>) -> Self
The ID of the key pair.
sourcepub fn get_key_pair_id(&self) -> &Option<String>
pub fn get_key_pair_id(&self) -> &Option<String>
The ID of the key pair.
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 for DeleteKeyPairOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for DeleteKeyPairOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteKeyPairOutputBuilder
impl Send for DeleteKeyPairOutputBuilder
impl Sync for DeleteKeyPairOutputBuilder
impl Unpin for DeleteKeyPairOutputBuilder
impl UnwindSafe for DeleteKeyPairOutputBuilder
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.