Cloneable
, ReadLimitInfo
, ToCopyableBuilder<VerifyUserAttributeRequest.Builder,VerifyUserAttributeRequest>
@Generated("software.amazon.awssdk:codegen") public class VerifyUserAttributeRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<VerifyUserAttributeRequest.Builder,VerifyUserAttributeRequest>
Represents the request to verify user attributes.
Modifier and Type | Class | Description |
---|---|---|
static interface |
VerifyUserAttributeRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
accessToken() |
Represents the access token of the request to verify user attributes.
|
String |
attributeName() |
The attribute name in the request to verify user attributes.
|
static VerifyUserAttributeRequest.Builder |
builder() |
|
String |
code() |
The verification code in the request to verify user attributes.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends VerifyUserAttributeRequest.Builder> |
serializableBuilderClass() |
|
VerifyUserAttributeRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String accessToken()
Represents the access token of the request to verify user attributes.
public String attributeName()
The attribute name in the request to verify user attributes.
public String code()
The verification code in the request to verify user attributes.
public VerifyUserAttributeRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VerifyUserAttributeRequest.Builder,VerifyUserAttributeRequest>
public static VerifyUserAttributeRequest.Builder builder()
public static Class<? extends VerifyUserAttributeRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.