public class VerifyUserAttributeRequest extends AmazonWebServiceRequest implements Serializable
Verifies the specified user attributes in the user pool.
| Constructor and Description |
|---|
VerifyUserAttributeRequest() |
| Modifier and Type | Method and Description |
|---|---|
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; useful for testing and
debugging.
|
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.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getAccessToken()
Represents the access token of the request to verify user attributes.
Constraints:
Pattern: [A-Za-z0-9-_=.]+
Represents the access token of the request to verify user attributes.
public void setAccessToken(String accessToken)
Represents the access token of the request to verify user attributes.
Constraints:
Pattern: [A-Za-z0-9-_=.]+
accessToken - 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [A-Za-z0-9-_=.]+
accessToken - Represents the access token of the request to verify user attributes.
public String getAttributeName()
The attribute name in the request to verify user attributes.
Constraints:
Length: 1 - 32
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
The attribute name in the request to verify user attributes.
public void setAttributeName(String attributeName)
The attribute name in the request to verify user attributes.
Constraints:
Length: 1 - 32
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
attributeName - 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 32
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
attributeName - The attribute name in the request to verify user attributes.
public String getCode()
The verification code in the request to verify user attributes.
Constraints:
Length: 1 - 2048
Pattern: [\S]+
The verification code in the request to verify user attributes.
public void setCode(String code)
The verification code in the request to verify user attributes.
Constraints:
Length: 1 - 2048
Pattern: [\S]+
code - 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2048
Pattern: [\S]+
code - The verification code in the request to verify user attributes.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.