@Generated(value="software.amazon.awssdk:codegen") public final class ResendConfirmationCodeRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<ResendConfirmationCodeRequest.Builder,ResendConfirmationCodeRequest>
Represents the request to resend the confirmation code.
Modifier and Type | Class and Description |
---|---|
static interface |
ResendConfirmationCodeRequest.Builder |
Modifier and Type | Method and Description |
---|---|
AnalyticsMetadataType |
analyticsMetadata()
The Amazon Pinpoint analytics metadata for collecting metrics for
ResendConfirmationCode calls. |
static ResendConfirmationCodeRequest.Builder |
builder() |
String |
clientId()
The ID of the client associated with the user pool.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
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 ResendConfirmationCodeRequest.Builder> |
serializableBuilderClass() |
ResendConfirmationCodeRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
UserContextDataType |
userContextData()
Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the risk of an
unexpected event by Amazon Cognito advanced security.
|
String |
username()
The user name of the user to whom you wish to resend a confirmation code.
|
overrideConfiguration
copy
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 UserContextDataType userContextData()
Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the risk of an unexpected event by Amazon Cognito advanced security.
public String username()
The user name of the user to whom you wish to resend a confirmation code.
public AnalyticsMetadataType analyticsMetadata()
The Amazon Pinpoint analytics metadata for collecting metrics for ResendConfirmationCode
calls.
ResendConfirmationCode
calls.public ResendConfirmationCodeRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ResendConfirmationCodeRequest.Builder,ResendConfirmationCodeRequest>
toBuilder
in class CognitoIdentityProviderRequest
public static ResendConfirmationCodeRequest.Builder builder()
public static Class<? extends ResendConfirmationCodeRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.