@Generated(value="software.amazon.awssdk:codegen") public final class FormSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FormSummary.Builder,FormSummary>
Describes the basic information about a form.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FormSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appId()
The unique ID for the app associated with the form summary.
|
static FormSummary.Builder |
builder() |
FormDataTypeConfig |
dataType()
The form's data source type.
|
String |
environmentName()
The name of the backend environment that is part of the Amplify app.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FormActionType |
formActionType()
The type of operation to perform on the form.
|
String |
formActionTypeAsString()
The type of operation to perform on the form.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the form.
|
String |
name()
The name of the form.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FormSummary.Builder> |
serializableBuilderClass() |
FormSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appId()
The unique ID for the app associated with the form summary.
public final FormDataTypeConfig dataType()
The form's data source type.
public final String environmentName()
The name of the backend environment that is part of the Amplify app.
public final FormActionType formActionType()
The type of operation to perform on the form.
If the service returns an enum value that is not available in the current SDK version, formActionType
will return FormActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from formActionTypeAsString().
FormActionTypepublic final String formActionTypeAsString()
The type of operation to perform on the form.
If the service returns an enum value that is not available in the current SDK version, formActionType
will return FormActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from formActionTypeAsString().
FormActionTypepublic final String id()
The ID of the form.
public final String name()
The name of the form.
public FormSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FormSummary.Builder,FormSummary>public static FormSummary.Builder builder()
public static Class<? extends FormSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.