public class AdminSetUserPasswordRequest extends AmazonWebServiceRequest implements Serializable
| Constructor and Description |
|---|
AdminSetUserPasswordRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPassword()
Returns the value of the password property for this object.
|
Boolean |
getPermanent()
Returns the value of the permanent property for this object.
|
String |
getUsername()
Returns the value of the username property for this object.
|
String |
getUserPoolId()
Returns the value of the userPoolId property for this object.
|
int |
hashCode() |
Boolean |
isPermanent()
Returns the value of the permanent property for this object.
|
void |
setPassword(String password)
Sets the value of password
|
void |
setPermanent(Boolean permanent)
Sets the value of permanent
|
void |
setUsername(String username)
Sets the value of username
|
void |
setUserPoolId(String userPoolId)
Sets the value of userPoolId
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AdminSetUserPasswordRequest |
withPassword(String password)
Sets the value of the password property for this object.
|
AdminSetUserPasswordRequest |
withPermanent(Boolean permanent)
Sets the value of the permanent property for this object.
|
AdminSetUserPasswordRequest |
withUsername(String username)
Sets the value of the username property for this object.
|
AdminSetUserPasswordRequest |
withUserPoolId(String userPoolId)
Sets the value of the userPoolId property for this object.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getUserPoolId()
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
public void setUserPoolId(String userPoolId)
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The new value for the userPoolId property for this
object.public AdminSetUserPasswordRequest withUserPoolId(String userPoolId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The new value for the userPoolId property for this
object.public String getUsername()
Constraints:
Length: 1 - 128
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
public void setUsername(String username)
Constraints:
Length: 1 - 128
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
username - The new value for the username property for this object.public AdminSetUserPasswordRequest withUsername(String username)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
username - The new value for the username property for this object.public String getPassword()
Constraints:
Length: 6 - 256
Pattern: [\S]+
public void setPassword(String password)
Constraints:
Length: 6 - 256
Pattern: [\S]+
password - The new value for the password property for this object.public AdminSetUserPasswordRequest withPassword(String password)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 6 - 256
Pattern: [\S]+
password - The new value for the password property for this object.public Boolean isPermanent()
public Boolean getPermanent()
public void setPermanent(Boolean permanent)
permanent - The new value for the permanent property for this
object.public AdminSetUserPasswordRequest withPermanent(Boolean permanent)
Returns a reference to this object so that method calls can be chained together.
permanent - The new value for the permanent property for this
object.public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.