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