@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FormInput extends Object implements Serializable, Cloneable, StructuredPojo
The details of a metadata form.
| Constructor and Description | 
|---|
| FormInput() | 
| Modifier and Type | Method and Description | 
|---|---|
| FormInput | clone() | 
| boolean | equals(Object obj) | 
| String | getContent()
 The content of the metadata form. | 
| String | getFormName()
 The name of the metadata form. | 
| String | getTypeIdentifier()
 The ID of the metadata form type. | 
| String | getTypeRevision()
 The revision of the metadata form type. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setContent(String content)
 The content of the metadata form. | 
| void | setFormName(String formName)
 The name of the metadata form. | 
| void | setTypeIdentifier(String typeIdentifier)
 The ID of the metadata form type. | 
| void | setTypeRevision(String typeRevision)
 The revision of the metadata form type. | 
| String | toString()Returns a string representation of this object. | 
| FormInput | withContent(String content)
 The content of the metadata form. | 
| FormInput | withFormName(String formName)
 The name of the metadata form. | 
| FormInput | withTypeIdentifier(String typeIdentifier)
 The ID of the metadata form type. | 
| FormInput | withTypeRevision(String typeRevision)
 The revision of the metadata form type. | 
public void setContent(String content)
The content of the metadata form.
content - The content of the metadata form.public String getContent()
The content of the metadata form.
public FormInput withContent(String content)
The content of the metadata form.
content - The content of the metadata form.public void setFormName(String formName)
The name of the metadata form.
formName - The name of the metadata form.public String getFormName()
The name of the metadata form.
public FormInput withFormName(String formName)
The name of the metadata form.
formName - The name of the metadata form.public void setTypeIdentifier(String typeIdentifier)
The ID of the metadata form type.
typeIdentifier - The ID of the metadata form type.public String getTypeIdentifier()
The ID of the metadata form type.
public FormInput withTypeIdentifier(String typeIdentifier)
The ID of the metadata form type.
typeIdentifier - The ID of the metadata form type.public void setTypeRevision(String typeRevision)
The revision of the metadata form type.
typeRevision - The revision of the metadata form type.public String getTypeRevision()
The revision of the metadata form type.
public FormInput withTypeRevision(String typeRevision)
The revision of the metadata form type.
typeRevision - The revision of the metadata form type.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.