@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.
| 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.
enabled - Specifies whether software token MFA is enabled.public Boolean getEnabled()
Specifies whether software token MFA is enabled.
public SoftwareTokenMfaSettingsType withEnabled(Boolean enabled)
Specifies whether software token MFA is enabled.
enabled - Specifies whether software token MFA is enabled.public Boolean isEnabled()
Specifies whether software token MFA is enabled.
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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.