Class VerifyUserAttributeRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cognitoidp.model.VerifyUserAttributeRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class VerifyUserAttributeRequest
extends AmazonWebServiceRequest
implements Serializable, Cloneable
Represents the request to verify user attributes.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
Represents the access token of the request to verify user attributes.The attribute name in the request to verify user attributes.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
The verification code in the request to verify user attributes.toString()
Returns a string representation of this object; useful for testing and debugging.withAccessToken
(String accessToken) Represents the access token of the request to verify user attributes.withAttributeName
(String attributeName) The attribute name in the request to verify user attributes.The verification code in the request to verify user attributes.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
Constructor Details
-
VerifyUserAttributeRequest
public VerifyUserAttributeRequest()
-
-
Method Details
-
setAccessToken
Represents the access token of the request to verify user attributes.
- Parameters:
accessToken
- Represents the access token of the request to verify user attributes.
-
getAccessToken
Represents the access token of the request to verify user attributes.
- Returns:
- Represents the access token of the request to verify user attributes.
-
withAccessToken
Represents the access token of the request to verify user attributes.
- Parameters:
accessToken
- Represents the access token of the request to verify user attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAttributeName
The attribute name in the request to verify user attributes.
- Parameters:
attributeName
- The attribute name in the request to verify user attributes.
-
getAttributeName
The attribute name in the request to verify user attributes.
- Returns:
- The attribute name in the request to verify user attributes.
-
withAttributeName
The attribute name in the request to verify user attributes.
- Parameters:
attributeName
- The attribute name in the request to verify user attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCode
The verification code in the request to verify user attributes.
- Parameters:
code
- The verification code in the request to verify user attributes.
-
getCode
The verification code in the request to verify user attributes.
- Returns:
- The verification code in the request to verify user attributes.
-
withCode
The verification code in the request to verify user attributes.
- Parameters:
code
- The verification code in the request to verify user attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-