@Generated(value="software.amazon.awssdk:codegen") public final class ResendConfirmationCodeResponse extends CognitoIdentityProviderResponse implements ToCopyableBuilder<ResendConfirmationCodeResponse.Builder,ResendConfirmationCodeResponse>
The response from the server when the Amazon Cognito Your User Pools service makes the request to resend a confirmation code.
Modifier and Type | Class and Description |
---|---|
static interface |
ResendConfirmationCodeResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static ResendConfirmationCodeResponse.Builder |
builder() |
CodeDeliveryDetailsType |
codeDeliveryDetails()
The code delivery details returned by the server in response to the request to resend the confirmation code.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResendConfirmationCodeResponse.Builder> |
serializableBuilderClass() |
ResendConfirmationCodeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public CodeDeliveryDetailsType codeDeliveryDetails()
The code delivery details returned by the server in response to the request to resend the confirmation code.
public ResendConfirmationCodeResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ResendConfirmationCodeResponse.Builder,ResendConfirmationCodeResponse>
toBuilder
in class AwsResponse
public static ResendConfirmationCodeResponse.Builder builder()
public static Class<? extends ResendConfirmationCodeResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2020. All rights reserved.