StructuredPojo
, ToCopyableBuilder<MFAOptionType.Builder,MFAOptionType>
@Generated("software.amazon.awssdk:codegen") public class MFAOptionType extends Object implements StructuredPojo, ToCopyableBuilder<MFAOptionType.Builder,MFAOptionType>
Specifies the different settings for multi-factor authentication (MFA).
Modifier and Type | Class | Description |
---|---|---|
static interface |
MFAOptionType.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
attributeName() |
The attribute name of the MFA option type.
|
static MFAOptionType.Builder |
builder() |
|
String |
deliveryMedium() |
The delivery medium (email message or SMS message) to send the MFA code.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends MFAOptionType.Builder> |
serializableBuilderClass() |
|
MFAOptionType.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String deliveryMedium()
The delivery medium (email message or SMS message) to send the MFA code.
DeliveryMediumType
public String attributeName()
The attribute name of the MFA option type.
public MFAOptionType.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MFAOptionType.Builder,MFAOptionType>
public static MFAOptionType.Builder builder()
public static Class<? extends MFAOptionType.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.