@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetUserPasswordResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ResetUserPasswordResult() |
Modifier and Type | Method and Description |
---|---|
ResetUserPasswordResult |
clone() |
boolean |
equals(Object obj) |
String |
getTemporaryPassword()
A randomly generated temporary password for the requested user.
|
String |
getUserId()
The unique identifier of the user that a new password is generated for.
|
int |
hashCode() |
void |
setTemporaryPassword(String temporaryPassword)
A randomly generated temporary password for the requested user.
|
void |
setUserId(String userId)
The unique identifier of the user that a new password is generated for.
|
String |
toString()
Returns a string representation of this object.
|
ResetUserPasswordResult |
withTemporaryPassword(String temporaryPassword)
A randomly generated temporary password for the requested user.
|
ResetUserPasswordResult |
withUserId(String userId)
The unique identifier of the user that a new password is generated for.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUserId(String userId)
The unique identifier of the user that a new password is generated for.
userId
- The unique identifier of the user that a new password is generated for.public String getUserId()
The unique identifier of the user that a new password is generated for.
public ResetUserPasswordResult withUserId(String userId)
The unique identifier of the user that a new password is generated for.
userId
- The unique identifier of the user that a new password is generated for.public void setTemporaryPassword(String temporaryPassword)
A randomly generated temporary password for the requested user. This password expires in 7 days.
temporaryPassword
- A randomly generated temporary password for the requested user. This password expires in 7 days.public String getTemporaryPassword()
A randomly generated temporary password for the requested user. This password expires in 7 days.
public ResetUserPasswordResult withTemporaryPassword(String temporaryPassword)
A randomly generated temporary password for the requested user. This password expires in 7 days.
temporaryPassword
- A randomly generated temporary password for the requested user. This password expires in 7 days.public String toString()
toString
in class Object
Object.toString()
public ResetUserPasswordResult clone()