Class ResendConfirmationCodeResult
java.lang.Object
com.amazonaws.services.cognitoidp.model.ResendConfirmationCodeResult
- All Implemented Interfaces:
Serializable
,Cloneable
The response from the server when the Amazon Cognito service makes the request to resend a confirmation code.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setCodeDeliveryDetails
(CodeDeliveryDetailsType codeDeliveryDetails) toString()
Returns a string representation of this object; useful for testing and debugging.withCodeDeliveryDetails
(CodeDeliveryDetailsType codeDeliveryDetails)
-
Constructor Details
-
ResendConfirmationCodeResult
public ResendConfirmationCodeResult()
-
-
Method Details
-
setCodeDeliveryDetails
- Parameters:
codeDeliveryDetails
-
-
getCodeDeliveryDetails
- Returns:
-
withCodeDeliveryDetails
public ResendConfirmationCodeResult withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails) - Parameters:
codeDeliveryDetails
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-