public class ResendConfirmationCodeResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The response from the server when the Amazon Cognito service makes the request to resend a confirmation code.
Modifier and Type | Field and Description |
---|---|
private CodeDeliveryDetailsType |
codeDeliveryDetails |
Constructor and Description |
---|
ResendConfirmationCodeResult() |
Modifier and Type | Method and Description |
---|---|
ResendConfirmationCodeResult |
clone() |
boolean |
equals(java.lang.Object obj) |
CodeDeliveryDetailsType |
getCodeDeliveryDetails() |
int |
hashCode() |
void |
setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ResendConfirmationCodeResult |
withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails) |
private CodeDeliveryDetailsType codeDeliveryDetails
public void setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
codeDeliveryDetails
- public CodeDeliveryDetailsType getCodeDeliveryDetails()
public ResendConfirmationCodeResult withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
codeDeliveryDetails
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ResendConfirmationCodeResult clone()
clone
in class java.lang.Object