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