#[non_exhaustive]pub struct DeleteHsmOutputBuilder { /* private fields */ }Expand description
A builder for DeleteHsmOutput.
Implementations§
source§impl DeleteHsmOutputBuilder
impl DeleteHsmOutputBuilder
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The status of the operation.
sourcepub fn get_status(&self) -> &Option<String>
pub fn get_status(&self) -> &Option<String>
The status of the operation.
sourcepub fn build(self) -> DeleteHsmOutput
pub fn build(self) -> DeleteHsmOutput
Consumes the builder and constructs a DeleteHsmOutput.
Trait Implementations§
source§impl Clone for DeleteHsmOutputBuilder
impl Clone for DeleteHsmOutputBuilder
source§fn clone(&self) -> DeleteHsmOutputBuilder
fn clone(&self) -> DeleteHsmOutputBuilder
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 DeleteHsmOutputBuilder
impl Debug for DeleteHsmOutputBuilder
source§impl Default for DeleteHsmOutputBuilder
impl Default for DeleteHsmOutputBuilder
source§fn default() -> DeleteHsmOutputBuilder
fn default() -> DeleteHsmOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteHsmOutputBuilder> for DeleteHsmOutputBuilder
impl PartialEq<DeleteHsmOutputBuilder> for DeleteHsmOutputBuilder
source§fn eq(&self, other: &DeleteHsmOutputBuilder) -> bool
fn eq(&self, other: &DeleteHsmOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteHsmOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteHsmOutputBuilder
impl Send for DeleteHsmOutputBuilder
impl Sync for DeleteHsmOutputBuilder
impl Unpin for DeleteHsmOutputBuilder
impl UnwindSafe for DeleteHsmOutputBuilder
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