Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeactivateMFADeviceRequest.Builder,DeactivateMFADeviceRequest>
@Generated("software.amazon.awssdk:codegen") public class DeactivateMFADeviceRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeactivateMFADeviceRequest.Builder,DeactivateMFADeviceRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeactivateMFADeviceRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeactivateMFADeviceRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeactivateMFADeviceRequest.Builder> |
serializableBuilderClass() |
|
String |
serialNumber() |
The serial number that uniquely identifies the MFA device.
|
DeactivateMFADeviceRequest.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 deactivate.
|
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 deactivate.
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()
The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.
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 DeactivateMFADeviceRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeactivateMFADeviceRequest.Builder,DeactivateMFADeviceRequest>
public static DeactivateMFADeviceRequest.Builder builder()
public static Class<? extends DeactivateMFADeviceRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.