@Generated(value="software.amazon.awssdk:codegen") public final class SmsMfaConfigType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SmsMfaConfigType.Builder,SmsMfaConfigType>
The SMS text message multi-factor authentication (MFA) configuration type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SmsMfaConfigType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SmsMfaConfigType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SmsMfaConfigType.Builder> |
serializableBuilderClass() |
String |
smsAuthenticationMessage()
The SMS authentication message that will be sent to users with the code they need to sign in.
|
SmsConfigurationType |
smsConfiguration()
The SMS configuration.
|
SmsMfaConfigType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String smsAuthenticationMessage()
The SMS authentication message that will be sent to users with the code they need to sign in. The message must contain the ‘{####}’ placeholder, which will be replaced with the code. If the message is not included, and default message will be used.
public SmsConfigurationType smsConfiguration()
The SMS configuration.
public SmsMfaConfigType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SmsMfaConfigType.Builder,SmsMfaConfigType>public static SmsMfaConfigType.Builder builder()
public static Class<? extends SmsMfaConfigType.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.