@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResendConfirmationCodeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
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 |
---|---|
ResendConfirmationCodeResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 CodeDeliveryDetailsType getCodeDeliveryDetails()
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.
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 Object
Object.toString()
public ResendConfirmationCodeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.