@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLoginProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateLoginProfileRequest()
Default constructor for UpdateLoginProfileRequest object.
|
UpdateLoginProfileRequest(String userName)
Constructs a new UpdateLoginProfileRequest object.
|
Modifier and Type | Method and Description |
---|---|
UpdateLoginProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPassword()
The new password for the specified IAM user.
|
Boolean |
getPasswordResetRequired()
Allows this new password to be used only once by requiring the specified IAM user to set a new password on next
sign-in.
|
String |
getUserName()
The name of the user whose password you want to update.
|
int |
hashCode() |
Boolean |
isPasswordResetRequired()
Allows this new password to be used only once by requiring the specified IAM user to set a new password on next
sign-in.
|
void |
setPassword(String password)
The new password for the specified IAM user.
|
void |
setPasswordResetRequired(Boolean passwordResetRequired)
Allows this new password to be used only once by requiring the specified IAM user to set a new password on next
sign-in.
|
void |
setUserName(String userName)
The name of the user whose password you want to update.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateLoginProfileRequest |
withPassword(String password)
The new password for the specified IAM user.
|
UpdateLoginProfileRequest |
withPasswordResetRequired(Boolean passwordResetRequired)
Allows this new password to be used only once by requiring the specified IAM user to set a new password on next
sign-in.
|
UpdateLoginProfileRequest |
withUserName(String userName)
The name of the user whose password you want to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateLoginProfileRequest()
public UpdateLoginProfileRequest(String userName)
userName
- The name of the user whose password you want to update.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public void setUserName(String userName)
The name of the user whose password you want to update.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
userName
- The name of the user whose password you want to update.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public String getUserName()
The name of the user whose password you want to update.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public UpdateLoginProfileRequest withUserName(String userName)
The name of the user whose password you want to update.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
userName
- The name of the user whose password you want to update.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public void setPassword(String password)
The new password for the specified IAM user.
The regex pattern used to validate this parameter is a string of characters consisting of any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ). However, the format can be further restricted by the account administrator by setting a password policy on the AWS account. For more information, see UpdateAccountPasswordPolicy.
password
- The new password for the specified IAM user.
The regex pattern used to validate this parameter is a string of characters consisting of any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ). However, the format can be further restricted by the account administrator by setting a password policy on the AWS account. For more information, see UpdateAccountPasswordPolicy.
public String getPassword()
The new password for the specified IAM user.
The regex pattern used to validate this parameter is a string of characters consisting of any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ). However, the format can be further restricted by the account administrator by setting a password policy on the AWS account. For more information, see UpdateAccountPasswordPolicy.
The regex pattern used to validate this parameter is a string of characters consisting of any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ). However, the format can be further restricted by the account administrator by setting a password policy on the AWS account. For more information, see UpdateAccountPasswordPolicy.
public UpdateLoginProfileRequest withPassword(String password)
The new password for the specified IAM user.
The regex pattern used to validate this parameter is a string of characters consisting of any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ). However, the format can be further restricted by the account administrator by setting a password policy on the AWS account. For more information, see UpdateAccountPasswordPolicy.
password
- The new password for the specified IAM user.
The regex pattern used to validate this parameter is a string of characters consisting of any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ). However, the format can be further restricted by the account administrator by setting a password policy on the AWS account. For more information, see UpdateAccountPasswordPolicy.
public void setPasswordResetRequired(Boolean passwordResetRequired)
Allows this new password to be used only once by requiring the specified IAM user to set a new password on next sign-in.
passwordResetRequired
- Allows this new password to be used only once by requiring the specified IAM user to set a new password on
next sign-in.public Boolean getPasswordResetRequired()
Allows this new password to be used only once by requiring the specified IAM user to set a new password on next sign-in.
public UpdateLoginProfileRequest withPasswordResetRequired(Boolean passwordResetRequired)
Allows this new password to be used only once by requiring the specified IAM user to set a new password on next sign-in.
passwordResetRequired
- Allows this new password to be used only once by requiring the specified IAM user to set a new password on
next sign-in.public Boolean isPasswordResetRequired()
Allows this new password to be used only once by requiring the specified IAM user to set a new password on next sign-in.
public String toString()
toString
in class Object
Object.toString()
public UpdateLoginProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.