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