public class ConfirmSignUpRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to confirm registration of a user.
NOOP
Constructor and Description |
---|
ConfirmSignUpRequest() |
Modifier and Type | Method and Description |
---|---|
ConfirmSignUpRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientId()
The ID of the client associated with the user pool.
|
String |
getConfirmationCode()
The confirmation code sent by a user's request to confirm registration.
|
Boolean |
getForceAliasCreation()
Boolean to be specified to force user confirmation irrespective of
existing alias.
|
String |
getSecretHash()
A keyed-hash message authentication code (HMAC) calculated using the
secret key of a user pool client and username plus the client ID in the
message.
|
String |
getUsername()
The user name of the user whose registration you wish to confirm.
|
int |
hashCode() |
Boolean |
isForceAliasCreation()
Boolean to be specified to force user confirmation irrespective of
existing alias.
|
void |
setClientId(String clientId)
The ID of the client associated with the user pool.
|
void |
setConfirmationCode(String confirmationCode)
The confirmation code sent by a user's request to confirm registration.
|
void |
setForceAliasCreation(Boolean forceAliasCreation)
Boolean to be specified to force user confirmation irrespective of
existing alias.
|
void |
setSecretHash(String secretHash)
A keyed-hash message authentication code (HMAC) calculated using the
secret key of a user pool client and username plus the client ID in the
message.
|
void |
setUsername(String username)
The user name of the user whose registration you wish to confirm.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ConfirmSignUpRequest |
withClientId(String clientId)
The ID of the client associated with the user pool.
|
ConfirmSignUpRequest |
withConfirmationCode(String confirmationCode)
The confirmation code sent by a user's request to confirm registration.
|
ConfirmSignUpRequest |
withForceAliasCreation(Boolean forceAliasCreation)
Boolean to be specified to force user confirmation irrespective of
existing alias.
|
ConfirmSignUpRequest |
withSecretHash(String secretHash)
A keyed-hash message authentication code (HMAC) calculated using the
secret key of a user pool client and username plus the client ID in the
message.
|
ConfirmSignUpRequest |
withUsername(String username)
The user name of the user whose registration you wish to confirm.
|
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
public void setClientId(String clientId)
The ID of the client associated with the user pool.
clientId
- The ID of the client associated with the user pool.public String getClientId()
The ID of the client associated with the user pool.
public ConfirmSignUpRequest withClientId(String clientId)
The ID of the client associated with the user pool.
clientId
- The ID of the client associated with the user pool.public void setSecretHash(String secretHash)
A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and username plus the client ID in the message.
secretHash
- A keyed-hash message authentication code (HMAC) calculated using
the secret key of a user pool client and username plus the client
ID in the message.public String getSecretHash()
A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and username plus the client ID in the message.
public ConfirmSignUpRequest withSecretHash(String secretHash)
A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and username plus the client ID in the message.
secretHash
- A keyed-hash message authentication code (HMAC) calculated using
the secret key of a user pool client and username plus the client
ID in the message.public void setUsername(String username)
The user name of the user whose registration you wish to confirm.
username
- The user name of the user whose registration you wish to confirm.public String getUsername()
The user name of the user whose registration you wish to confirm.
public ConfirmSignUpRequest withUsername(String username)
The user name of the user whose registration you wish to confirm.
username
- The user name of the user whose registration you wish to confirm.public void setConfirmationCode(String confirmationCode)
The confirmation code sent by a user's request to confirm registration.
confirmationCode
- The confirmation code sent by a user's request to confirm
registration.public String getConfirmationCode()
The confirmation code sent by a user's request to confirm registration.
public ConfirmSignUpRequest withConfirmationCode(String confirmationCode)
The confirmation code sent by a user's request to confirm registration.
confirmationCode
- The confirmation code sent by a user's request to confirm
registration.public void setForceAliasCreation(Boolean forceAliasCreation)
Boolean to be specified to force user confirmation irrespective of existing alias. By default set to False. If this parameter is set to True and the phone number/email used for sign up confirmation already exists as an alias with a different user, the API call will migrate the alias from the previous user to the newly created user being confirmed. If set to False, the API will throw an AliasExistsException error.
forceAliasCreation
- Boolean to be specified to force user confirmation irrespective of
existing alias. By default set to False. If this parameter is set
to True and the phone number/email used for sign up confirmation
already exists as an alias with a different user, the API call
will migrate the alias from the previous user to the newly created
user being confirmed. If set to False, the API will throw an
AliasExistsException error.public Boolean getForceAliasCreation()
Boolean to be specified to force user confirmation irrespective of existing alias. By default set to False. If this parameter is set to True and the phone number/email used for sign up confirmation already exists as an alias with a different user, the API call will migrate the alias from the previous user to the newly created user being confirmed. If set to False, the API will throw an AliasExistsException error.
public ConfirmSignUpRequest withForceAliasCreation(Boolean forceAliasCreation)
Boolean to be specified to force user confirmation irrespective of existing alias. By default set to False. If this parameter is set to True and the phone number/email used for sign up confirmation already exists as an alias with a different user, the API call will migrate the alias from the previous user to the newly created user being confirmed. If set to False, the API will throw an AliasExistsException error.
forceAliasCreation
- Boolean to be specified to force user confirmation irrespective of
existing alias. By default set to False. If this parameter is set
to True and the phone number/email used for sign up confirmation
already exists as an alias with a different user, the API call
will migrate the alias from the previous user to the newly created
user being confirmed. If set to False, the API will throw an
AliasExistsException error.public Boolean isForceAliasCreation()
Boolean to be specified to force user confirmation irrespective of existing alias. By default set to False. If this parameter is set to True and the phone number/email used for sign up confirmation already exists as an alias with a different user, the API call will migrate the alias from the previous user to the newly created user being confirmed. If set to False, the API will throw an AliasExistsException error.
public String toString()
toString
in class Object
Object.toString()
public ConfirmSignUpRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.