@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdminConfirmSignUpRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to confirm user registration.
NOOP
Constructor and Description |
---|
AdminConfirmSignUpRequest() |
Modifier and Type | Method and Description |
---|---|
AdminConfirmSignUpRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setUserPoolId(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 String getUserPoolId()
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.
userPoolId
- The user pool ID for which you want to confirm user registration.public void setUsername(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 String getUsername()
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.
username
- The user name for which you want to confirm user registration.public String toString()
toString
in class Object
Object.toString()
public AdminConfirmSignUpRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.