AWS SDK for .NET Documentation
ChangePasswordRequest Class
AmazonAmazon.IdentityManagement.ModelChangePasswordRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the ChangePassword operation. Changes the password of the IAM user calling
CopyC#
ChangePassword
. The root account password is not affected by this action. For information about modifying passwords, see Managing Passwords.
Declaration Syntax
C#
public class ChangePasswordRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ChangePasswordRequest()()()()
Initializes a new instance of the ChangePasswordRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
NewPassword
Gets and sets the property NewPassword.

OldPassword
Gets and sets the property OldPassword.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithNewPassword(String) Obsolete.
Sets the NewPassword property

WithOldPassword(String) Obsolete.
Sets the OldPassword property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 ChangePasswordRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)