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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetUserAttributeVerificationCodeResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetUserAttributeVerificationCodeResultclone()booleanequals(Object obj)CodeDeliveryDetailsTypegetCodeDeliveryDetails()The 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.StringtoString()Returns a string representation of this object; useful for testing and debugging.GetUserAttributeVerificationCodeResultwithCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)The code delivery details returned by the server response to get the user attribute verification code.
-
-
-
Method Detail
-
setCodeDeliveryDetails
public void setCodeDeliveryDetails(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.
-
getCodeDeliveryDetails
public CodeDeliveryDetailsType 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetUserAttributeVerificationCodeResult clone()
-
-