public class ConfirmSignUpRequest extends AmazonWebServiceRequest implements Serializable
Confirms registration of a user and handles the existing alias from a previous user.
Constructor and Description |
---|
ConfirmSignUpRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getClientId()
The ID of the client associated with the user pool.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
The ID of the client associated with the user pool.
public void setClientId(String clientId)
The ID of the client associated with the user pool.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
clientId
- 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
clientId
- The ID of the client associated with the user pool.
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.
Constraints:
Length: 1 - 128
Pattern: [\w+=/]+
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 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.
Constraints:
Length: 1 - 128
Pattern: [\w+=/]+
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 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=/]+
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 getUsername()
The user name of the user whose registration you wish to confirm.
Constraints:
Length: 1 - 128
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
The user name of the user whose registration you wish to confirm.
public void setUsername(String username)
The user name of the user whose registration you wish to confirm.
Constraints:
Length: 1 - 128
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
username
- 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.
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 of the user whose registration you wish to confirm.
public String getConfirmationCode()
The confirmation code sent by a user's request to confirm registration.
Constraints:
Length: 1 - 2048
Pattern: [\S]+
The confirmation code sent by a user's request to confirm registration.
public void setConfirmationCode(String confirmationCode)
The confirmation code sent by a user's request to confirm registration.
Constraints:
Length: 1 - 2048
Pattern: [\S]+
confirmationCode
- 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2048
Pattern: [\S]+
confirmationCode
- The confirmation code sent by a user's request to confirm registration.
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.
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.
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 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 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.
Returns a reference to this object so that method calls can be chained together.
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 String toString()
toString
in class Object
Object.toString()
Copyright © 2017. All rights reserved.