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 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<GetRandomPasswordOutputBuilder> for GetRandomPasswordOutputBuilder
impl PartialEq<GetRandomPasswordOutputBuilder> for GetRandomPasswordOutputBuilder
source§fn eq(&self, other: &GetRandomPasswordOutputBuilder) -> bool
fn eq(&self, other: &GetRandomPasswordOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.