@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifyUserAttributeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to verify user attributes.
NOOP| Constructor and Description |
|---|
VerifyUserAttributeRequest() |
| Modifier and Type | Method and Description |
|---|---|
VerifyUserAttributeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAccessToken()
Represents the access token of the request to verify user attributes.
|
String |
getAttributeName()
The attribute name in the request to verify user attributes.
|
String |
getCode()
The verification code in the request to verify user attributes.
|
int |
hashCode() |
void |
setAccessToken(String accessToken)
Represents the access token of the request to verify user attributes.
|
void |
setAttributeName(String attributeName)
The attribute name in the request to verify user attributes.
|
void |
setCode(String code)
The verification code in the request to verify user attributes.
|
String |
toString()
Returns a string representation of this object.
|
VerifyUserAttributeRequest |
withAccessToken(String accessToken)
Represents the access token of the request to verify user attributes.
|
VerifyUserAttributeRequest |
withAttributeName(String attributeName)
The attribute name in the request to verify user attributes.
|
VerifyUserAttributeRequest |
withCode(String code)
The verification code in the request to verify user attributes.
|
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, withSdkRequestTimeoutpublic void setAccessToken(String accessToken)
Represents the access token of the request to verify user attributes.
accessToken - Represents the access token of the request to verify user attributes.public String getAccessToken()
Represents the access token of the request to verify user attributes.
public VerifyUserAttributeRequest withAccessToken(String accessToken)
Represents the access token of the request to verify user attributes.
accessToken - Represents the access token of the request to verify user attributes.public void setAttributeName(String attributeName)
The attribute name in the request to verify user attributes.
attributeName - The attribute name in the request to verify user attributes.public String getAttributeName()
The attribute name in the request to verify user attributes.
public VerifyUserAttributeRequest withAttributeName(String attributeName)
The attribute name in the request to verify user attributes.
attributeName - The attribute name in the request to verify user attributes.public void setCode(String code)
The verification code in the request to verify user attributes.
code - The verification code in the request to verify user attributes.public String getCode()
The verification code in the request to verify user attributes.
public VerifyUserAttributeRequest withCode(String code)
The verification code in the request to verify user attributes.
code - The verification code in the request to verify user attributes.public String toString()
toString in class ObjectObject.toString()public VerifyUserAttributeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.