public class GetUserAttributeVerificationCodeResult extends Object implements Serializable
The verification code response returned by the server response to get the user attribute verification code.
| Constructor and Description |
|---|
GetUserAttributeVerificationCodeResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CodeDeliveryDetailsType |
getCodeDeliveryDetails()
The code delivery details returned by the server in response to the
request to get the user attribute verification code.
|
int |
hashCode() |
void |
setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the
request 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 in response to the
request to get the user attribute verification code.
|
public GetUserAttributeVerificationCodeResult()
public CodeDeliveryDetailsType getCodeDeliveryDetails()
The code delivery details returned by the server in response to the request to get the user attribute verification code.
The code delivery details returned by the server in response to the request to get the user attribute verification code.
public void setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the request to get the user attribute verification code.
codeDeliveryDetails - The code delivery details returned by the server in response to the request to get the user attribute verification code.
public GetUserAttributeVerificationCodeResult withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the request to get the user attribute verification code.
Returns a reference to this object so that method calls can be chained together.
codeDeliveryDetails - The code delivery details returned by the server in response to the request to get the user attribute verification code.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.