public class UserPoolAddOnsType extends Object implements Serializable
The user pool add-ons type.
| Constructor and Description |
|---|
UserPoolAddOnsType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAdvancedSecurityMode()
The advanced security mode.
|
int |
hashCode() |
void |
setAdvancedSecurityMode(AdvancedSecurityModeType advancedSecurityMode)
The advanced security mode.
|
void |
setAdvancedSecurityMode(String advancedSecurityMode)
The advanced security mode.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UserPoolAddOnsType |
withAdvancedSecurityMode(AdvancedSecurityModeType advancedSecurityMode)
The advanced security mode.
|
UserPoolAddOnsType |
withAdvancedSecurityMode(String advancedSecurityMode)
The advanced security mode.
|
public String getAdvancedSecurityMode()
The advanced security mode.
Constraints:
Allowed Values: OFF, AUDIT, ENFORCED
The advanced security mode.
AdvancedSecurityModeTypepublic void setAdvancedSecurityMode(String advancedSecurityMode)
The advanced security mode.
Constraints:
Allowed Values: OFF, AUDIT, ENFORCED
advancedSecurityMode - The advanced security mode.
AdvancedSecurityModeTypepublic UserPoolAddOnsType withAdvancedSecurityMode(String advancedSecurityMode)
The advanced security mode.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: OFF, AUDIT, ENFORCED
advancedSecurityMode - The advanced security mode.
AdvancedSecurityModeTypepublic void setAdvancedSecurityMode(AdvancedSecurityModeType advancedSecurityMode)
The advanced security mode.
Constraints:
Allowed Values: OFF, AUDIT, ENFORCED
advancedSecurityMode - The advanced security mode.
AdvancedSecurityModeTypepublic UserPoolAddOnsType withAdvancedSecurityMode(AdvancedSecurityModeType advancedSecurityMode)
The advanced security mode.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: OFF, AUDIT, ENFORCED
advancedSecurityMode - The advanced security mode.
AdvancedSecurityModeTypepublic String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.