@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUserAttributeVerificationCodeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to get user attribute verification.
NOOP
Constructor and Description |
---|
GetUserAttributeVerificationCodeRequest() |
Modifier and Type | Method and Description |
---|---|
GetUserAttributeVerificationCodeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAccessToken()
The access token returned by the server response to get the user attribute verification code.
|
String |
getAttributeName()
The attribute name returned by the server response to get the user attribute verification code.
|
int |
hashCode() |
void |
setAccessToken(String accessToken)
The access token returned by the server response to get the user attribute verification code.
|
void |
setAttributeName(String attributeName)
The attribute name 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.
|
GetUserAttributeVerificationCodeRequest |
withAccessToken(String accessToken)
The access token returned by the server response to get the user attribute verification code.
|
GetUserAttributeVerificationCodeRequest |
withAttributeName(String attributeName)
The attribute name returned by the server response to get the user attribute verification code.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public GetUserAttributeVerificationCodeRequest()
public void setAccessToken(String accessToken)
The access token returned by the server response to get the user attribute verification code.
accessToken
- The access token returned by the server response to get the user attribute verification code.public String getAccessToken()
The access token returned by the server response to get the user attribute verification code.
public GetUserAttributeVerificationCodeRequest withAccessToken(String accessToken)
The access token returned by the server response to get the user attribute verification code.
accessToken
- The access token returned by the server response to get the user attribute verification code.public void setAttributeName(String attributeName)
The attribute name returned by the server response to get the user attribute verification code.
attributeName
- The attribute name returned by the server response to get the user attribute verification code.public String getAttributeName()
The attribute name returned by the server response to get the user attribute verification code.
public GetUserAttributeVerificationCodeRequest withAttributeName(String attributeName)
The attribute name returned by the server response to get the user attribute verification code.
attributeName
- The attribute name returned by the server response to get the user attribute verification code.public String toString()
toString
in class Object
Object.toString()
public GetUserAttributeVerificationCodeRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2018. All rights reserved.