@Generated(value="software.amazon.awssdk:codegen") public final class SMSMfaSettingsType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SMSMfaSettingsType.Builder,SMSMfaSettingsType>
The type used for enabling SMS MFA at the user level.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SMSMfaSettingsType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SMSMfaSettingsType.Builder |
builder() |
Boolean |
enabled()
Specifies whether SMS text message MFA is enabled.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
preferredMfa()
Specifies whether SMS is the preferred MFA method.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SMSMfaSettingsType.Builder> |
serializableBuilderClass() |
SMSMfaSettingsType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Boolean enabled()
Specifies whether SMS text message MFA is enabled.
public Boolean preferredMfa()
Specifies whether SMS is the preferred MFA method.
public SMSMfaSettingsType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SMSMfaSettingsType.Builder,SMSMfaSettingsType>public static SMSMfaSettingsType.Builder builder()
public static Class<? extends SMSMfaSettingsType.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.