Class GetUserAttributeVerificationCodeResult
java.lang.Object
com.amazonaws.services.cognitoidp.model.GetUserAttributeVerificationCodeResult
- All Implemented Interfaces:
Serializable, Cloneable
public class GetUserAttributeVerificationCodeResult
extends Object
implements Serializable, Cloneable
The verification code response returned by the server response to get the user attribute verification code.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe code delivery details returned by the server response to get the user attribute verification code.inthashCode()voidsetCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails) The code delivery details returned by the server response to get the user attribute verification code.toString()Returns a string representation of this object; useful for testing and debugging.withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails) The code delivery details returned by the server response to get the user attribute verification code.
-
Constructor Details
-
GetUserAttributeVerificationCodeResult
public GetUserAttributeVerificationCodeResult()
-
-
Method Details
-
setCodeDeliveryDetails
The code delivery details returned by the server response to get the user attribute verification code.
- Parameters:
codeDeliveryDetails- The code delivery details returned by the server response to get the user attribute verification code.
-
getCodeDeliveryDetails
The code delivery details returned by the server response to get the user attribute verification code.
- Returns:
- The code delivery details returned by the server response to get the user attribute verification code.
-
withCodeDeliveryDetails
public GetUserAttributeVerificationCodeResult withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails) The code delivery details returned by the server response to get the user attribute verification code.
- Parameters:
codeDeliveryDetails- The code delivery details returned by the server response to get the user attribute verification code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-