public static final class MfaSecondFactor.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MfaSecondFactor
MfaSecondFactor
MfaSecondFactor.Builder, MfaSecondFactor.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getOtp()
The MFA token is a time-based one time password that is generated by a hardware or software token.
|
java.lang.Boolean |
getSms()
The MFA token is sent to the user via SMS to their verified phone numbers.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Boolean getOtp()
MfaSecondFactor
Default: false
getOtp
in interface MfaSecondFactor
public final java.lang.Boolean getSms()
MfaSecondFactor
Default: true
getSms
in interface MfaSecondFactor
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()