Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ResyncMFADeviceRequest.Builder,ResyncMFADeviceRequest>
@Generated("software.amazon.awssdk:codegen") public class ResyncMFADeviceRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ResyncMFADeviceRequest.Builder,ResyncMFADeviceRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ResyncMFADeviceRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
authenticationCode1() |
An authentication code emitted by the device.
|
String |
authenticationCode2() |
A subsequent authentication code emitted by the device.
|
static ResyncMFADeviceRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ResyncMFADeviceRequest.Builder> |
serializableBuilderClass() |
|
String |
serialNumber() |
Serial number that uniquely identifies the MFA device.
|
ResyncMFADeviceRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userName() |
The name of the user whose MFA device you want to resynchronize.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String userName()
The name of the user whose MFA device you want to resynchronize.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public String serialNumber()
Serial number that uniquely identifies the MFA device.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public String authenticationCode1()
An authentication code emitted by the device.
The format for this parameter is a sequence of six digits.
The format for this parameter is a sequence of six digits.
public String authenticationCode2()
A subsequent authentication code emitted by the device.
The format for this parameter is a sequence of six digits.
The format for this parameter is a sequence of six digits.
public ResyncMFADeviceRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ResyncMFADeviceRequest.Builder,ResyncMFADeviceRequest>
public static ResyncMFADeviceRequest.Builder builder()
public static Class<? extends ResyncMFADeviceRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.