public class GetUserAttributeVerificationCodeRequest extends AmazonWebServiceRequest implements Serializable
GetUserAttributeVerificationCode operation
.
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.
|
getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public GetUserAttributeVerificationCodeRequest()
public String getAccessToken()
public void setAccessToken(String accessToken)
accessToken
- The access token returned by the server response to get the user
attribute verification code.public GetUserAttributeVerificationCodeRequest withAccessToken(String accessToken)
Returns a reference to this object so that method calls can be chained together.
accessToken
- The access token returned by the server response to get the user
attribute verification code.public String getAttributeName()
Constraints:
Length: 1 - 32
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
public void setAttributeName(String attributeName)
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)
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 Object
Object.toString()
Copyright © 2016. All rights reserved.