@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 must sign in.
|
SmsConfigurationType |
smsConfiguration()
The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from
your Amazon Web Services account through Amazon Simple Notification Service.
|
SmsMfaConfigType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String smsAuthenticationMessage()
The SMS authentication message that will be sent to users with the code they must sign in. The message must contain the ‘{####}’ placeholder, which is replaced with the code. If the message isn't included, and default message will be used.
public final SmsConfigurationType smsConfiguration()
The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your Amazon Web Services account through Amazon Simple Notification Service. To request Amazon SNS in the Amazon Web Services Region that you want, the Amazon Cognito user pool uses an Identity and Access Management (IAM) role that you provide for your Amazon Web Services account.
public SmsMfaConfigType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SmsMfaConfigType.Builder,SmsMfaConfigType>public static SmsMfaConfigType.Builder builder()
public static Class<? extends SmsMfaConfigType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.