@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FormSummary extends Object implements Serializable, Cloneable, StructuredPojo
Describes the basic information about a form.
| Constructor and Description |
|---|
FormSummary() |
| Modifier and Type | Method and Description |
|---|---|
FormSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAppId()
The unique ID for the app associated with the form summary.
|
FormDataTypeConfig |
getDataType()
The form's data source type.
|
String |
getEnvironmentName()
The name of the backend environment that is part of the Amplify app.
|
String |
getFormActionType()
The type of operation to perform on the form.
|
String |
getId()
The ID of the form.
|
String |
getName()
The name of the form.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAppId(String appId)
The unique ID for the app associated with the form summary.
|
void |
setDataType(FormDataTypeConfig dataType)
The form's data source type.
|
void |
setEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
void |
setFormActionType(String formActionType)
The type of operation to perform on the form.
|
void |
setId(String id)
The ID of the form.
|
void |
setName(String name)
The name of the form.
|
String |
toString()
Returns a string representation of this object.
|
FormSummary |
withAppId(String appId)
The unique ID for the app associated with the form summary.
|
FormSummary |
withDataType(FormDataTypeConfig dataType)
The form's data source type.
|
FormSummary |
withEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
FormSummary |
withFormActionType(FormActionType formActionType)
The type of operation to perform on the form.
|
FormSummary |
withFormActionType(String formActionType)
The type of operation to perform on the form.
|
FormSummary |
withId(String id)
The ID of the form.
|
FormSummary |
withName(String name)
The name of the form.
|
public void setAppId(String appId)
The unique ID for the app associated with the form summary.
appId - The unique ID for the app associated with the form summary.public String getAppId()
The unique ID for the app associated with the form summary.
public FormSummary withAppId(String appId)
The unique ID for the app associated with the form summary.
appId - The unique ID for the app associated with the form summary.public void setDataType(FormDataTypeConfig dataType)
The form's data source type.
dataType - The form's data source type.public FormDataTypeConfig getDataType()
The form's data source type.
public FormSummary withDataType(FormDataTypeConfig dataType)
The form's data source type.
dataType - The form's data source type.public void setEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
environmentName - The name of the backend environment that is part of the Amplify app.public String getEnvironmentName()
The name of the backend environment that is part of the Amplify app.
public FormSummary withEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
environmentName - The name of the backend environment that is part of the Amplify app.public void setFormActionType(String formActionType)
The type of operation to perform on the form.
formActionType - The type of operation to perform on the form.FormActionTypepublic String getFormActionType()
The type of operation to perform on the form.
FormActionTypepublic FormSummary withFormActionType(String formActionType)
The type of operation to perform on the form.
formActionType - The type of operation to perform on the form.FormActionTypepublic FormSummary withFormActionType(FormActionType formActionType)
The type of operation to perform on the form.
formActionType - The type of operation to perform on the form.FormActionTypepublic void setId(String id)
The ID of the form.
id - The ID of the form.public String getId()
The ID of the form.
public FormSummary withId(String id)
The ID of the form.
id - The ID of the form.public void setName(String name)
The name of the form.
name - The name of the form.public String getName()
The name of the form.
public FormSummary withName(String name)
The name of the form.
name - The name of the form.public String toString()
toString in class ObjectObject.toString()public FormSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.