@Generated(value="software.amazon.awssdk:codegen") public final class CreateBackendAuthVerificationMessageConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreateBackendAuthVerificationMessageConfig.Builder,CreateBackendAuthVerificationMessageConfig>
Creates an email or SMS verification message for the auth resource configured for your Amplify project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateBackendAuthVerificationMessageConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateBackendAuthVerificationMessageConfig.Builder |
builder() |
DeliveryMethod |
deliveryMethod()
The type of verification message to send.
|
String |
deliveryMethodAsString()
The type of verification message to send.
|
EmailSettings |
emailSettings()
The settings for the email message.
|
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 CreateBackendAuthVerificationMessageConfig.Builder> |
serializableBuilderClass() |
SmsSettings |
smsSettings()
The settings for the SMS message.
|
CreateBackendAuthVerificationMessageConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DeliveryMethod deliveryMethod()
The type of verification message to send.
If the service returns an enum value that is not available in the current SDK version, deliveryMethod
will return DeliveryMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deliveryMethodAsString().
DeliveryMethodpublic final String deliveryMethodAsString()
The type of verification message to send.
If the service returns an enum value that is not available in the current SDK version, deliveryMethod
will return DeliveryMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deliveryMethodAsString().
DeliveryMethodpublic final EmailSettings emailSettings()
The settings for the email message.
public final SmsSettings smsSettings()
The settings for the SMS message.
public CreateBackendAuthVerificationMessageConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateBackendAuthVerificationMessageConfig.Builder,CreateBackendAuthVerificationMessageConfig>public static CreateBackendAuthVerificationMessageConfig.Builder builder()
public static Class<? extends CreateBackendAuthVerificationMessageConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.