public class ResendConfirmationCodeResult extends Object implements Serializable
The response from the server when the Amazon Cognito Your User Pools service makes the request to resend a confirmation code.
| Constructor and Description |
|---|
ResendConfirmationCodeResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CodeDeliveryDetailsType |
getCodeDeliveryDetails()
The code delivery details returned by the server in response to the
request to resend the confirmation code.
|
int |
hashCode() |
void |
setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the
request to resend the confirmation code.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ResendConfirmationCodeResult |
withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the
request to resend the confirmation code.
|
public CodeDeliveryDetailsType getCodeDeliveryDetails()
The code delivery details returned by the server in response to the request to resend the confirmation code.
The code delivery details returned by the server in response to the request to resend the confirmation code.
public void setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the request to resend the confirmation code.
codeDeliveryDetails - The code delivery details returned by the server in response to the request to resend the confirmation code.
public ResendConfirmationCodeResult withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the request to resend the confirmation code.
Returns a reference to this object so that method calls can be chained together.
codeDeliveryDetails - The code delivery details returned by the server in response to the request to resend the confirmation code.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.