@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FormOutput extends Object implements Serializable, Cloneable, StructuredPojo
The details of a metadata form.
Constructor and Description |
---|
FormOutput() |
Modifier and Type | Method and Description |
---|---|
FormOutput |
clone() |
boolean |
equals(Object obj) |
String |
getContent()
The content of the metadata form.
|
String |
getFormName()
The name of the metadata form.
|
String |
getTypeName()
The name 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 |
setTypeName(String typeName)
The name 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.
|
FormOutput |
withContent(String content)
The content of the metadata form.
|
FormOutput |
withFormName(String formName)
The name of the metadata form.
|
FormOutput |
withTypeName(String typeName)
The name of the metadata form type.
|
FormOutput |
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 FormOutput 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 FormOutput withFormName(String formName)
The name of the metadata form.
formName
- The name of the metadata form.public void setTypeName(String typeName)
The name of the metadata form type.
typeName
- The name of the metadata form type.public String getTypeName()
The name of the metadata form type.
public FormOutput withTypeName(String typeName)
The name of the metadata form type.
typeName
- The name 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 FormOutput withTypeRevision(String typeRevision)
The revision of the metadata form type.
typeRevision
- The revision of the metadata form type.public String toString()
toString
in class Object
Object.toString()
public FormOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.