@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFormResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateFormResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateFormResult | clone() | 
| boolean | equals(Object obj) | 
| Form | getEntity()
 Describes the configuration of the updated form. | 
| int | hashCode() | 
| void | setEntity(Form entity)
 Describes the configuration of the updated form. | 
| String | toString()Returns a string representation of this object. | 
| UpdateFormResult | withEntity(Form entity)
 Describes the configuration of the updated form. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEntity(Form entity)
Describes the configuration of the updated form.
entity - Describes the configuration of the updated form.public Form getEntity()
Describes the configuration of the updated form.
public UpdateFormResult withEntity(Form entity)
Describes the configuration of the updated form.
entity - Describes the configuration of the updated form.public String toString()
toString in class ObjectObject.toString()public UpdateFormResult clone()