@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBackendAuthMFAConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateBackendAuthMFAConfig.Builder,UpdateBackendAuthMFAConfig>
Updates the multi-factor authentication (MFA) configuration for the backend of your Amplify project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBackendAuthMFAConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateBackendAuthMFAConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MFAMode |
mfaMode()
The MFA mode for the backend of your Amplify project.
|
String |
mfaModeAsString()
The MFA mode for the backend of your Amplify project.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateBackendAuthMFAConfig.Builder> |
serializableBuilderClass() |
Settings |
settings()
The settings of your MFA configuration for the backend of your Amplify project.
|
UpdateBackendAuthMFAConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final MFAMode mfaMode()
The MFA mode for the backend of your Amplify project.
If the service returns an enum value that is not available in the current SDK version, mfaMode will
return MFAMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
mfaModeAsString().
MFAModepublic final String mfaModeAsString()
The MFA mode for the backend of your Amplify project.
If the service returns an enum value that is not available in the current SDK version, mfaMode will
return MFAMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
mfaModeAsString().
MFAModepublic final Settings settings()
The settings of your MFA configuration for the backend of your Amplify project.
public UpdateBackendAuthMFAConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBackendAuthMFAConfig.Builder,UpdateBackendAuthMFAConfig>public static UpdateBackendAuthMFAConfig.Builder builder()
public static Class<? extends UpdateBackendAuthMFAConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.