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 GetUserAttributeVerificationCodeResult
clone()
boolean
equals(Object obj)
CodeDeliveryDetailsType
getCodeDeliveryDetails()
The code delivery details returned by the server response to get the user attribute verification code.int
hashCode()
void
setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server response to get the user attribute verification code.String
toString()
Returns a string representation of this object; useful for testing and debugging.GetUserAttributeVerificationCodeResult
withCodeDeliveryDetails(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetUserAttributeVerificationCodeResult clone()
-
-