public class GetUserAttributeVerificationCodeRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the request to get user attribute verification.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
accessToken
The access token returned by the server response to get the user
attribute verification code.
|
private java.lang.String |
attributeName
The attribute name returned by the server response to get the user
attribute verification code.
|
NOOP
Constructor and Description |
---|
GetUserAttributeVerificationCodeRequest() |
Modifier and Type | Method and Description |
---|---|
GetUserAttributeVerificationCodeRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAccessToken()
The access token returned by the server response to get the user
attribute verification code.
|
java.lang.String |
getAttributeName()
The attribute name returned by the server response to get the user
attribute verification code.
|
int |
hashCode() |
void |
setAccessToken(java.lang.String accessToken)
The access token returned by the server response to get the user
attribute verification code.
|
void |
setAttributeName(java.lang.String attributeName)
The attribute name returned by the server response to get the user
attribute verification code.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetUserAttributeVerificationCodeRequest |
withAccessToken(java.lang.String accessToken)
The access token returned by the server response to get the user
attribute verification code.
|
GetUserAttributeVerificationCodeRequest |
withAttributeName(java.lang.String attributeName)
The attribute name returned by the server response to get the user
attribute verification code.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String accessToken
The access token returned by the server response to get the user attribute verification code.
private java.lang.String attributeName
The attribute name returned by the server response to get the user attribute verification code.
public GetUserAttributeVerificationCodeRequest()
public void setAccessToken(java.lang.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 java.lang.String getAccessToken()
The access token returned by the server response to get the user attribute verification code.
public GetUserAttributeVerificationCodeRequest withAccessToken(java.lang.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(java.lang.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 java.lang.String getAttributeName()
The attribute name returned by the server response to get the user attribute verification code.
public GetUserAttributeVerificationCodeRequest withAttributeName(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetUserAttributeVerificationCodeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()