@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBackendAuthVerificationMessageConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateBackendAuthVerificationMessageConfig.Builder,UpdateBackendAuthVerificationMessageConfig>
Updates the configuration of the email or SMS message for the auth resource configured for your Amplify project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBackendAuthVerificationMessageConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateBackendAuthVerificationMessageConfig.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 UpdateBackendAuthVerificationMessageConfig.Builder> |
serializableBuilderClass() |
SmsSettings |
smsSettings()
The settings for the SMS message.
|
UpdateBackendAuthVerificationMessageConfig.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 UpdateBackendAuthVerificationMessageConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBackendAuthVerificationMessageConfig.Builder,UpdateBackendAuthVerificationMessageConfig>public static UpdateBackendAuthVerificationMessageConfig.Builder builder()
public static Class<? extends UpdateBackendAuthVerificationMessageConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.