@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SoftwareTokenMfaSettingsType extends Object implements Serializable, Cloneable, StructuredPojo
The type used for enabling software token MFA at the user level. If an MFA type is enabled for a user, the user will be prompted for MFA during all sign in attempts, unless device tracking is turned on and the device has been trusted. If you would like MFA to be applied selectively based on the assessed risk level of sign in attempts, disable MFA for users and turn on Adaptive Authentication for the user pool.
| Constructor and Description |
|---|
SoftwareTokenMfaSettingsType() |
| Modifier and Type | Method and Description |
|---|---|
SoftwareTokenMfaSettingsType |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Specifies whether software token MFA is enabled.
|
Boolean |
getPreferredMfa()
Specifies whether software token MFA is the preferred MFA method.
|
int |
hashCode() |
Boolean |
isEnabled()
Specifies whether software token MFA is enabled.
|
Boolean |
isPreferredMfa()
Specifies whether software token MFA is the preferred MFA method.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEnabled(Boolean enabled)
Specifies whether software token MFA is enabled.
|
void |
setPreferredMfa(Boolean preferredMfa)
Specifies whether software token MFA is the preferred MFA method.
|
String |
toString()
Returns a string representation of this object.
|
SoftwareTokenMfaSettingsType |
withEnabled(Boolean enabled)
Specifies whether software token MFA is enabled.
|
SoftwareTokenMfaSettingsType |
withPreferredMfa(Boolean preferredMfa)
Specifies whether software token MFA is the preferred MFA method.
|
public void setEnabled(Boolean enabled)
Specifies whether software token MFA is enabled. If an MFA type is enabled for a user, the user will be prompted for MFA during all sign in attempts, unless device tracking is turned on and the device has been trusted.
enabled - Specifies whether software token MFA is enabled. If an MFA type is enabled for a user, the user will be
prompted for MFA during all sign in attempts, unless device tracking is turned on and the device has been
trusted.public Boolean getEnabled()
Specifies whether software token MFA is enabled. If an MFA type is enabled for a user, the user will be prompted for MFA during all sign in attempts, unless device tracking is turned on and the device has been trusted.
public SoftwareTokenMfaSettingsType withEnabled(Boolean enabled)
Specifies whether software token MFA is enabled. If an MFA type is enabled for a user, the user will be prompted for MFA during all sign in attempts, unless device tracking is turned on and the device has been trusted.
enabled - Specifies whether software token MFA is enabled. If an MFA type is enabled for a user, the user will be
prompted for MFA during all sign in attempts, unless device tracking is turned on and the device has been
trusted.public Boolean isEnabled()
Specifies whether software token MFA is enabled. If an MFA type is enabled for a user, the user will be prompted for MFA during all sign in attempts, unless device tracking is turned on and the device has been trusted.
public void setPreferredMfa(Boolean preferredMfa)
Specifies whether software token MFA is the preferred MFA method.
preferredMfa - Specifies whether software token MFA is the preferred MFA method.public Boolean getPreferredMfa()
Specifies whether software token MFA is the preferred MFA method.
public SoftwareTokenMfaSettingsType withPreferredMfa(Boolean preferredMfa)
Specifies whether software token MFA is the preferred MFA method.
preferredMfa - Specifies whether software token MFA is the preferred MFA method.public Boolean isPreferredMfa()
Specifies whether software token MFA is the preferred MFA method.
public String toString()
toString in class ObjectObject.toString()public SoftwareTokenMfaSettingsType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.