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 request.
|
boolean |
equals(Object obj) |
String |
getPassword()
The new password for the specified user.
|
Boolean |
getPasswordResetRequired()
Require the specified 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()
Require the specified user to set a new password on next sign-in.
|
void |
setPassword(String password)
The new password for the specified user.
|
void |
setPasswordResetRequired(Boolean passwordResetRequired)
Require the specified 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 user.
|
UpdateLoginProfileRequest |
withPasswordResetRequired(Boolean passwordResetRequired)
Require the specified 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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateLoginProfileRequest()
public UpdateLoginProfileRequest(String userName)
userName
- The name of the user whose password you want to update.public void setUserName(String userName)
The name of the user whose password you want to update.
userName
- The name of the user whose password you want to update.public String getUserName()
The name of the user whose password you want to update.
public UpdateLoginProfileRequest withUserName(String userName)
The name of the user whose password you want to update.
userName
- The name of the user whose password you want to update.public void setPassword(String password)
The new password for the specified user.
password
- The new password for the specified user.public String getPassword()
The new password for the specified user.
public UpdateLoginProfileRequest withPassword(String password)
The new password for the specified user.
password
- The new password for the specified user.public void setPasswordResetRequired(Boolean passwordResetRequired)
Require the specified user to set a new password on next sign-in.
passwordResetRequired
- Require the specified user to set a new password on next sign-in.public Boolean getPasswordResetRequired()
Require the specified user to set a new password on next sign-in.
public UpdateLoginProfileRequest withPasswordResetRequired(Boolean passwordResetRequired)
Require the specified user to set a new password on next sign-in.
passwordResetRequired
- Require the specified user to set a new password on next sign-in.public Boolean isPasswordResetRequired()
Require the specified 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.