@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUserAttributeVerificationCodeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
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 |
---|---|
GetUserAttributeVerificationCodeResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetUserAttributeVerificationCodeResult()
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 CodeDeliveryDetailsType getCodeDeliveryDetails()
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.
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 Object
Object.toString()
public GetUserAttributeVerificationCodeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.