@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PasswordField extends Object implements Serializable, Cloneable, StructuredPojo
Details about your login page password field, used in a ManagedRuleGroupConfig.
| Constructor and Description |
|---|
PasswordField() |
| Modifier and Type | Method and Description |
|---|---|
PasswordField |
clone() |
boolean |
equals(Object obj) |
String |
getIdentifier()
The name of the password field.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIdentifier(String identifier)
The name of the password field.
|
String |
toString()
Returns a string representation of this object.
|
PasswordField |
withIdentifier(String identifier)
The name of the password field.
|
public void setIdentifier(String identifier)
The name of the password field. For example /form/password.
identifier - The name of the password field. For example /form/password.public String getIdentifier()
The name of the password field. For example /form/password.
/form/password.public PasswordField withIdentifier(String identifier)
The name of the password field. For example /form/password.
identifier - The name of the password field. For example /form/password.public String toString()
toString in class ObjectObject.toString()public PasswordField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.