Struct aws_sdk_secretsmanager::operation::get_random_password::builders::GetRandomPasswordOutputBuilder
source · #[non_exhaustive]pub struct GetRandomPasswordOutputBuilder { /* private fields */ }
Expand description
A builder for GetRandomPasswordOutput
.
Implementations§
source§impl GetRandomPasswordOutputBuilder
impl GetRandomPasswordOutputBuilder
sourcepub fn random_password(self, input: impl Into<String>) -> Self
pub fn random_password(self, input: impl Into<String>) -> Self
A string with the password.
sourcepub fn set_random_password(self, input: Option<String>) -> Self
pub fn set_random_password(self, input: Option<String>) -> Self
A string with the password.
sourcepub fn get_random_password(&self) -> &Option<String>
pub fn get_random_password(&self) -> &Option<String>
A string with the password.
sourcepub fn build(self) -> GetRandomPasswordOutput
pub fn build(self) -> GetRandomPasswordOutput
Consumes the builder and constructs a GetRandomPasswordOutput
.
Trait Implementations§
source§impl Clone for GetRandomPasswordOutputBuilder
impl Clone for GetRandomPasswordOutputBuilder
source§fn clone(&self) -> GetRandomPasswordOutputBuilder
fn clone(&self) -> GetRandomPasswordOutputBuilder
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 GetRandomPasswordOutputBuilder
impl Default for GetRandomPasswordOutputBuilder
source§fn default() -> GetRandomPasswordOutputBuilder
fn default() -> GetRandomPasswordOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetRandomPasswordOutputBuilder
impl PartialEq for GetRandomPasswordOutputBuilder
source§fn eq(&self, other: &GetRandomPasswordOutputBuilder) -> bool
fn eq(&self, other: &GetRandomPasswordOutputBuilder) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetRandomPasswordOutputBuilder
Auto Trait Implementations§
impl Freeze for GetRandomPasswordOutputBuilder
impl RefUnwindSafe for GetRandomPasswordOutputBuilder
impl Send for GetRandomPasswordOutputBuilder
impl Sync for GetRandomPasswordOutputBuilder
impl Unpin for GetRandomPasswordOutputBuilder
impl UnwindSafe for GetRandomPasswordOutputBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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.