@Generated(value="software.amazon.awssdk:codegen") public final class FormEntryOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FormEntryOutput.Builder,FormEntryOutput>
The details of the form entry.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FormEntryOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FormEntryOutput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
required()
Specifies whether a form entry is required.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FormEntryOutput.Builder> |
serializableBuilderClass() |
FormEntryOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
typeName()
The name of the type of the form entry.
|
String |
typeRevision()
The type revision of the form entry.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean required()
Specifies whether a form entry is required.
public final String typeName()
The name of the type of the form entry.
public final String typeRevision()
The type revision of the form entry.
public FormEntryOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FormEntryOutput.Builder,FormEntryOutput>public static FormEntryOutput.Builder builder()
public static Class<? extends FormEntryOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.