ToCopyableBuilder<ResendConfirmationCodeResponse.Builder,ResendConfirmationCodeResponse>
@Generated("software.amazon.awssdk:codegen") public class ResendConfirmationCodeResponse extends AmazonWebServiceResult<ResponseMetadata> 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 | Description |
---|---|---|
static interface |
ResendConfirmationCodeResponse.Builder |
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
static Class<? extends ResendConfirmationCodeResponse.Builder> |
serializableBuilderClass() |
|
ResendConfirmationCodeResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ResendConfirmationCodeResponse.Builder,ResendConfirmationCodeResponse>
public static ResendConfirmationCodeResponse.Builder builder()
public static Class<? extends ResendConfirmationCodeResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.