Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SignUpRequest.Builder,SignUpRequest>
@Generated("software.amazon.awssdk:codegen") public class SignUpRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SignUpRequest.Builder,SignUpRequest>
Represents the request to register a user.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SignUpRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static SignUpRequest.Builder |
builder() |
|
String |
clientId() |
The ID of the client associated with the user pool.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
password() |
The password of the user you wish to register.
|
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.
|
static Class<? extends SignUpRequest.Builder> |
serializableBuilderClass() |
|
SignUpRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<AttributeType> |
userAttributes() |
An array of name-value pairs representing user attributes.
|
String |
username() |
The user name of the user you wish to register.
|
List<AttributeType> |
validationData() |
The validation data in the request to register a user.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String clientId()
The ID of the client associated with the user pool.
public 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.
public String username()
The user name of the user you wish to register.
public String password()
The password of the user you wish to register.
public List<AttributeType> userAttributes()
An array of name-value pairs representing user attributes.
For custom attributes, you must prepend the custom:
prefix to the attribute name.
For custom attributes, you must prepend the custom:
prefix to the attribute name.
public List<AttributeType> validationData()
The validation data in the request to register a user.
public SignUpRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SignUpRequest.Builder,SignUpRequest>
public static SignUpRequest.Builder builder()
public static Class<? extends SignUpRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.