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