@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SmsMfaConfigType extends Object implements Serializable, Cloneable, StructuredPojo
The SMS text message multi-factor authentication (MFA) configuration type.
| Constructor and Description |
|---|
SmsMfaConfigType() |
| Modifier and Type | Method and Description |
|---|---|
SmsMfaConfigType |
clone() |
boolean |
equals(Object obj) |
String |
getSmsAuthenticationMessage()
The SMS authentication message.
|
SmsConfigurationType |
getSmsConfiguration()
The SMS configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSmsAuthenticationMessage(String smsAuthenticationMessage)
The SMS authentication message.
|
void |
setSmsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration.
|
String |
toString()
Returns a string representation of this object.
|
SmsMfaConfigType |
withSmsAuthenticationMessage(String smsAuthenticationMessage)
The SMS authentication message.
|
SmsMfaConfigType |
withSmsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration.
|
public void setSmsAuthenticationMessage(String smsAuthenticationMessage)
The SMS authentication message.
smsAuthenticationMessage - The SMS authentication message.public String getSmsAuthenticationMessage()
The SMS authentication message.
public SmsMfaConfigType withSmsAuthenticationMessage(String smsAuthenticationMessage)
The SMS authentication message.
smsAuthenticationMessage - The SMS authentication message.public void setSmsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration.
smsConfiguration - The SMS configuration.public SmsConfigurationType getSmsConfiguration()
The SMS configuration.
public SmsMfaConfigType withSmsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration.
smsConfiguration - The SMS configuration.public String toString()
toString in class ObjectObject.toString()public SmsMfaConfigType 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.