public class AdminConfirmSignUpRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the request to confirm user registration.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
username
The user name for which you want to confirm user registration.
|
private java.lang.String |
userPoolId
The user pool ID for which you want to confirm user registration.
|
NOOP
Constructor and Description |
---|
AdminConfirmSignUpRequest() |
Modifier and Type | Method and Description |
---|---|
AdminConfirmSignUpRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getUsername()
The user name for which you want to confirm user registration.
|
java.lang.String |
getUserPoolId()
The user pool ID for which you want to confirm user registration.
|
int |
hashCode() |
void |
setUsername(java.lang.String username)
The user name for which you want to confirm user registration.
|
void |
setUserPoolId(java.lang.String userPoolId)
The user pool ID for which you want to confirm user registration.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AdminConfirmSignUpRequest |
withUsername(java.lang.String username)
The user name for which you want to confirm user registration.
|
AdminConfirmSignUpRequest |
withUserPoolId(java.lang.String userPoolId)
The user pool ID for which you want to confirm user registration.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String userPoolId
The user pool ID for which you want to confirm user registration.
private java.lang.String username
The user name for which you want to confirm user registration.
public void setUserPoolId(java.lang.String userPoolId)
The user pool ID for which you want to confirm user registration.
userPoolId
- The user pool ID for which you want to confirm user registration.public java.lang.String getUserPoolId()
The user pool ID for which you want to confirm user registration.
public AdminConfirmSignUpRequest withUserPoolId(java.lang.String userPoolId)
The user pool ID for which you want to confirm user registration.
userPoolId
- The user pool ID for which you want to confirm user registration.public void setUsername(java.lang.String username)
The user name for which you want to confirm user registration.
username
- The user name for which you want to confirm user registration.public java.lang.String getUsername()
The user name for which you want to confirm user registration.
public AdminConfirmSignUpRequest withUsername(java.lang.String username)
The user name for which you want to confirm user registration.
username
- The user name for which you want to confirm user registration.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public AdminConfirmSignUpRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()