@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 for request inspection, used in the
AWSManagedRulesATPRuleSet
RequestInspection
configuration.
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)
Marshalls this structured data using the given
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 Object
Object.toString()
public UsernameField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.