@Generated(value="software.amazon.awssdk:codegen") public final class PasswordField extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PasswordField.Builder,PasswordField>
The name of the field in the request payload that contains your customer's password.
This data type is used in the RequestInspection and RequestInspectionACFP data types.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PasswordField.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PasswordField.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identifier()
The name of the password field.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PasswordField.Builder> |
serializableBuilderClass() |
PasswordField.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String identifier()
The name of the password field.
How you specify this depends on the request inspection payload type.
For JSON payloads, specify the field name in JSON pointer syntax. For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer.
For example, for the JSON payload { "form": { "password": "THE_PASSWORD" } }, the password field
specification is /form/password.
For form encoded payload types, use the HTML form names.
For example, for an HTML form with the input element named password1, the password field
specification is password1.
How you specify this depends on the request inspection payload type.
For JSON payloads, specify the field name in JSON pointer syntax. For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer.
For example, for the JSON payload { "form": { "password": "THE_PASSWORD" } }, the password
field specification is /form/password.
For form encoded payload types, use the HTML form names.
For example, for an HTML form with the input element named password1, the password field
specification is password1.
public PasswordField.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PasswordField.Builder,PasswordField>public static PasswordField.Builder builder()
public static Class<? extends PasswordField.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.