Struct aws_sdk_directory::input::ResetUserPasswordInput
source · [−]#[non_exhaustive]pub struct ResetUserPasswordInput { /* private fields */ }Implementations
sourceimpl ResetUserPasswordInput
impl ResetUserPasswordInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ResetUserPassword, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ResetUserPassword, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ResetUserPassword>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResetUserPasswordInput.
sourceimpl ResetUserPasswordInput
impl ResetUserPasswordInput
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
Identifier of the Managed Microsoft AD or Simple AD directory in which the user resides.
sourcepub fn user_name(&self) -> Option<&str>
pub fn user_name(&self) -> Option<&str>
The user name of the user whose password will be reset.
sourcepub fn new_password(&self) -> Option<&str>
pub fn new_password(&self) -> Option<&str>
The new password that will be reset.
Trait Implementations
sourceimpl Clone for ResetUserPasswordInput
impl Clone for ResetUserPasswordInput
sourcefn clone(&self) -> ResetUserPasswordInput
fn clone(&self) -> ResetUserPasswordInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ResetUserPasswordInput
impl Debug for ResetUserPasswordInput
sourceimpl PartialEq<ResetUserPasswordInput> for ResetUserPasswordInput
impl PartialEq<ResetUserPasswordInput> for ResetUserPasswordInput
sourcefn eq(&self, other: &ResetUserPasswordInput) -> bool
fn eq(&self, other: &ResetUserPasswordInput) -> bool
impl StructuralPartialEq for ResetUserPasswordInput
Auto Trait Implementations
impl RefUnwindSafe for ResetUserPasswordInput
impl Send for ResetUserPasswordInput
impl Sync for ResetUserPasswordInput
impl Unpin for ResetUserPasswordInput
impl UnwindSafe for ResetUserPasswordInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more