@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBackendAuthForgotPasswordConfig extends Object implements Serializable, Cloneable, StructuredPojo
(DEPRECATED) Describes the forgot password policy for authenticating into the Amplify app.
Constructor and Description |
---|
UpdateBackendAuthForgotPasswordConfig() |
Modifier and Type | Method and Description |
---|---|
UpdateBackendAuthForgotPasswordConfig |
clone() |
boolean |
equals(Object obj) |
String |
getDeliveryMethod()
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want
to recover their password.
|
EmailSettings |
getEmailSettings()
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
|
SmsSettings |
getSmsSettings()
(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeliveryMethod(String deliveryMethod)
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want
to recover their password.
|
void |
setEmailSettings(EmailSettings emailSettings)
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
|
void |
setSmsSettings(SmsSettings smsSettings)
(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBackendAuthForgotPasswordConfig |
withDeliveryMethod(DeliveryMethod deliveryMethod)
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want
to recover their password.
|
UpdateBackendAuthForgotPasswordConfig |
withDeliveryMethod(String deliveryMethod)
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want
to recover their password.
|
UpdateBackendAuthForgotPasswordConfig |
withEmailSettings(EmailSettings emailSettings)
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
|
UpdateBackendAuthForgotPasswordConfig |
withSmsSettings(SmsSettings smsSettings)
(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.
|
public UpdateBackendAuthForgotPasswordConfig()
public void setDeliveryMethod(String deliveryMethod)
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.
deliveryMethod
- (DEPRECATED)DeliveryMethod
public String getDeliveryMethod()
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.
DeliveryMethod
public UpdateBackendAuthForgotPasswordConfig withDeliveryMethod(String deliveryMethod)
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.
deliveryMethod
- (DEPRECATED)DeliveryMethod
public UpdateBackendAuthForgotPasswordConfig withDeliveryMethod(DeliveryMethod deliveryMethod)
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.
deliveryMethod
- (DEPRECATED)DeliveryMethod
public void setEmailSettings(EmailSettings emailSettings)
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
emailSettings
- (DEPRECATED)public EmailSettings getEmailSettings()
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
public UpdateBackendAuthForgotPasswordConfig withEmailSettings(EmailSettings emailSettings)
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
emailSettings
- (DEPRECATED)public void setSmsSettings(SmsSettings smsSettings)
(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.
smsSettings
- (DEPRECATED)public SmsSettings getSmsSettings()
(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.
public UpdateBackendAuthForgotPasswordConfig withSmsSettings(SmsSettings smsSettings)
(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.
smsSettings
- (DEPRECATED)public String toString()
toString
in class Object
Object.toString()
public UpdateBackendAuthForgotPasswordConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.