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