@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifyUserAttributeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents 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 object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAccessToken(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 String getAccessToken()
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.
accessToken
- Represents the access token of the request to verify user attributes.public void setAttributeName(String attributeName)
The attribute name in the request to verify user attributes.
attributeName
- The attribute name in the request to verify user attributes.public String getAttributeName()
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.
attributeName
- The attribute name in the request to verify user attributes.public void setCode(String code)
The verification code in the request to verify user attributes.
code
- The verification code in the request to verify user attributes.public String getCode()
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.
code
- The verification code in the request to verify user attributes.public String toString()
toString
in class Object
Object.toString()
public VerifyUserAttributeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.