public class ResendConfirmationCodeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response from the server when the Amazon Cognito service makes the request to resend a confirmation code.
| Constructor and Description |
|---|
ResendConfirmationCodeResult() |
| Modifier and Type | Method and Description |
|---|---|
ResendConfirmationCodeResult |
clone() |
boolean |
equals(Object obj) |
CodeDeliveryDetailsType |
getCodeDeliveryDetails() |
int |
hashCode() |
void |
setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ResendConfirmationCodeResult |
withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
codeDeliveryDetails - public CodeDeliveryDetailsType getCodeDeliveryDetails()
public ResendConfirmationCodeResult withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
codeDeliveryDetails - public String toString()
toString in class ObjectObject.toString()public ResendConfirmationCodeResult clone()
Copyright © 2016. All rights reserved.