public class MFAOptionType extends Object implements Serializable
This data type is no longer supported. You can use it only for SMS MFA configurations. You can't use it for TOTP software token MFA configurations.
To set either type of MFA configuration, use the AdminSetUserMFAPreference or SetUserMFAPreference actions.
To look up information about either type of MFA configuration, use the AdminGetUserResponse$UserMFASettingList or GetUserResponse$UserMFASettingList responses.
| Constructor and Description |
|---|
MFAOptionType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttributeName()
The attribute name of the MFA option type.
|
String |
getDeliveryMedium()
The delivery medium to send the MFA code.
|
int |
hashCode() |
void |
setAttributeName(String attributeName)
The attribute name of the MFA option type.
|
void |
setDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium to send the MFA code.
|
void |
setDeliveryMedium(String deliveryMedium)
The delivery medium to send the MFA code.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
MFAOptionType |
withAttributeName(String attributeName)
The attribute name of the MFA option type.
|
MFAOptionType |
withDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium to send the MFA code.
|
MFAOptionType |
withDeliveryMedium(String deliveryMedium)
The delivery medium to send the MFA code.
|
public String getDeliveryMedium()
The delivery medium to send the MFA code. You can use this parameter to
set only the SMS delivery medium value.
Constraints:
Allowed Values: SMS, EMAIL
The delivery medium to send the MFA code. You can use this
parameter to set only the SMS delivery medium value.
DeliveryMediumTypepublic void setDeliveryMedium(String deliveryMedium)
The delivery medium to send the MFA code. You can use this parameter to
set only the SMS delivery medium value.
Constraints:
Allowed Values: SMS, EMAIL
deliveryMedium -
The delivery medium to send the MFA code. You can use this
parameter to set only the SMS delivery medium
value.
DeliveryMediumTypepublic MFAOptionType withDeliveryMedium(String deliveryMedium)
The delivery medium to send the MFA code. You can use this parameter to
set only the SMS delivery medium value.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: SMS, EMAIL
deliveryMedium -
The delivery medium to send the MFA code. You can use this
parameter to set only the SMS delivery medium
value.
DeliveryMediumTypepublic void setDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium to send the MFA code. You can use this parameter to
set only the SMS delivery medium value.
Constraints:
Allowed Values: SMS, EMAIL
deliveryMedium -
The delivery medium to send the MFA code. You can use this
parameter to set only the SMS delivery medium
value.
DeliveryMediumTypepublic MFAOptionType withDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium to send the MFA code. You can use this parameter to
set only the SMS delivery medium value.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: SMS, EMAIL
deliveryMedium -
The delivery medium to send the MFA code. You can use this
parameter to set only the SMS delivery medium
value.
DeliveryMediumTypepublic String getAttributeName()
The attribute name of the MFA option type. The only valid value is
phone_number.
Constraints:
Length: 1 - 32
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
The attribute name of the MFA option type. The only valid value
is phone_number.
public void setAttributeName(String attributeName)
The attribute name of the MFA option type. The only valid value is
phone_number.
Constraints:
Length: 1 - 32
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
attributeName -
The attribute name of the MFA option type. The only valid
value is phone_number.
public MFAOptionType withAttributeName(String attributeName)
The attribute name of the MFA option type. The only valid value is
phone_number.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 32
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
attributeName -
The attribute name of the MFA option type. The only valid
value is phone_number.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.