public class GetUserAttributeVerificationCodeRequest extends AmazonWebServiceRequest implements Serializable
Gets the user attribute verification code for the specified attribute name.
| Constructor and Description |
|---|
GetUserAttributeVerificationCodeRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAccessToken()
The access token returned by the server response to get the user
attribute verification code.
|
String |
getAttributeName()
The attribute name returned by the server response to get the user
attribute verification code.
|
int |
hashCode() |
void |
setAccessToken(String accessToken)
The access token returned by the server response to get the user
attribute verification code.
|
void |
setAttributeName(String attributeName)
The attribute name returned by the server response to get the user
attribute verification code.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetUserAttributeVerificationCodeRequest |
withAccessToken(String accessToken)
The access token returned by the server response to get the user
attribute verification code.
|
GetUserAttributeVerificationCodeRequest |
withAttributeName(String attributeName)
The attribute name returned by the server response to get the user
attribute verification code.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic GetUserAttributeVerificationCodeRequest()
public String getAccessToken()
The access token returned by the server response to get the user attribute verification code.
Constraints:
Pattern: [A-Za-z0-9-_=.]+
The access token returned by the server response to get the user attribute verification code.
public void setAccessToken(String accessToken)
The access token returned by the server response to get the user attribute verification code.
Constraints:
Pattern: [A-Za-z0-9-_=.]+
accessToken - The access token returned by the server response to get the user attribute verification code.
public GetUserAttributeVerificationCodeRequest withAccessToken(String accessToken)
The access token returned by the server response to get the user attribute verification code.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [A-Za-z0-9-_=.]+
accessToken - The access token returned by the server response to get the user attribute verification code.
public String getAttributeName()
The attribute name returned by the server response to get the user attribute verification code.
Constraints:
Length: 1 - 32
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
The attribute name returned by the server response to get the user attribute verification code.
public void setAttributeName(String attributeName)
The attribute name returned by the server response to get the user attribute verification code.
Constraints:
Length: 1 - 32
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
attributeName - The attribute name returned by the server response to get the user attribute verification code.
public GetUserAttributeVerificationCodeRequest withAttributeName(String attributeName)
The attribute name returned by the server response to get the user attribute verification code.
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 returned by the server response to get the user attribute verification code.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.