public class AdminConfirmSignUpRequest extends AmazonWebServiceRequest implements Serializable
Confirms user registration as an admin without using a confirmation code. Works on any user.
Requires developer credentials.
| Constructor and Description |
|---|
AdminConfirmSignUpRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getUsername()
The user name for which you want to confirm user registration.
|
String |
getUserPoolId()
The user pool ID for which you want to confirm user registration.
|
int |
hashCode() |
void |
setUsername(String username)
The user name for which you want to confirm user registration.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for which you want to confirm user registration.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AdminConfirmSignUpRequest |
withUsername(String username)
The user name for which you want to confirm user registration.
|
AdminConfirmSignUpRequest |
withUserPoolId(String userPoolId)
The user pool ID for which you want to confirm user registration.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getUserPoolId()
The user pool ID for which you want to confirm user registration.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID for which you want to confirm user registration.
public void setUserPoolId(String userPoolId)
The user pool ID for which you want to confirm user registration.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The user pool ID for which you want to confirm user registration.
public AdminConfirmSignUpRequest withUserPoolId(String userPoolId)
The user pool ID for which you want to confirm user registration.
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 user pool ID for which you want to confirm user registration.
public String getUsername()
The user name for which you want to confirm user registration.
Constraints:
Length: 1 - 128
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
The user name for which you want to confirm user registration.
public void setUsername(String username)
The user name for which you want to confirm user registration.
Constraints:
Length: 1 - 128
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
username - The user name for which you want to confirm user registration.
public AdminConfirmSignUpRequest withUsername(String username)
The user name for which you want to confirm user registration.
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 user name for which you want to confirm user registration.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.