@Generated(value="software.amazon.awssdk:codegen") public final class EmailField extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EmailField.Builder,EmailField>
The name of the field in the request payload that contains your customer's email.
This data type is used in the RequestInspectionACFP data type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EmailField.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EmailField.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 email field.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EmailField.Builder> |
serializableBuilderClass() |
EmailField.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 email 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": { "email": "THE_EMAIL" } }, the email field
specification is /form/email.
For form encoded payload types, use the HTML form names.
For example, for an HTML form with the input element named email1, the email field specification is
email1.
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": { "email": "THE_EMAIL" } }, the email field
specification is /form/email.
For form encoded payload types, use the HTML form names.
For example, for an HTML form with the input element named email1, the email field
specification is email1.
public EmailField.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EmailField.Builder,EmailField>public static EmailField.Builder builder()
public static Class<? extends EmailField.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.