public class VerifyUserAttributeRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the request to verify user attributes.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
accessToken
Represents the access token of the request to verify user attributes.
|
private java.lang.String |
attributeName
The attribute name in the request to verify user attributes.
|
private java.lang.String |
code
The verification code in the request to verify user attributes.
|
NOOP
Constructor and Description |
---|
VerifyUserAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
VerifyUserAttributeRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAccessToken()
Represents the access token of the request to verify user attributes.
|
java.lang.String |
getAttributeName()
The attribute name in the request to verify user attributes.
|
java.lang.String |
getCode()
The verification code in the request to verify user attributes.
|
int |
hashCode() |
void |
setAccessToken(java.lang.String accessToken)
Represents the access token of the request to verify user attributes.
|
void |
setAttributeName(java.lang.String attributeName)
The attribute name in the request to verify user attributes.
|
void |
setCode(java.lang.String code)
The verification code in the request to verify user attributes.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VerifyUserAttributeRequest |
withAccessToken(java.lang.String accessToken)
Represents the access token of the request to verify user attributes.
|
VerifyUserAttributeRequest |
withAttributeName(java.lang.String attributeName)
The attribute name in the request to verify user attributes.
|
VerifyUserAttributeRequest |
withCode(java.lang.String code)
The verification code in the request to verify user attributes.
|
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
Represents the access token of the request to verify user attributes.
private java.lang.String attributeName
The attribute name in the request to verify user attributes.
private java.lang.String code
The verification code in the request to verify user attributes.
public void setAccessToken(java.lang.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 java.lang.String getAccessToken()
Represents the access token of the request to verify user attributes.
public VerifyUserAttributeRequest withAccessToken(java.lang.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(java.lang.String attributeName)
The attribute name in the request to verify user attributes.
attributeName
- The attribute name in the request to verify user attributes.public java.lang.String getAttributeName()
The attribute name in the request to verify user attributes.
public VerifyUserAttributeRequest withAttributeName(java.lang.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(java.lang.String code)
The verification code in the request to verify user attributes.
code
- The verification code in the request to verify user attributes.public java.lang.String getCode()
The verification code in the request to verify user attributes.
public VerifyUserAttributeRequest withCode(java.lang.String code)
The verification code in the request to verify user attributes.
code
- The verification code in the request to verify user attributes.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 VerifyUserAttributeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()