@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FormButton extends Object implements Serializable, Cloneable, StructuredPojo
Describes the configuration for a button UI element that is a part of a form.
Constructor and Description |
---|
FormButton() |
Modifier and Type | Method and Description |
---|---|
FormButton |
clone() |
boolean |
equals(Object obj) |
String |
getChildren()
Describes the button's properties.
|
Boolean |
getExcluded()
Specifies whether the button is visible on the form.
|
FieldPosition |
getPosition()
The position of the button.
|
int |
hashCode() |
Boolean |
isExcluded()
Specifies whether the button is visible on the form.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChildren(String children)
Describes the button's properties.
|
void |
setExcluded(Boolean excluded)
Specifies whether the button is visible on the form.
|
void |
setPosition(FieldPosition position)
The position of the button.
|
String |
toString()
Returns a string representation of this object.
|
FormButton |
withChildren(String children)
Describes the button's properties.
|
FormButton |
withExcluded(Boolean excluded)
Specifies whether the button is visible on the form.
|
FormButton |
withPosition(FieldPosition position)
The position of the button.
|
public void setChildren(String children)
Describes the button's properties.
children
- Describes the button's properties.public String getChildren()
Describes the button's properties.
public FormButton withChildren(String children)
Describes the button's properties.
children
- Describes the button's properties.public void setExcluded(Boolean excluded)
Specifies whether the button is visible on the form.
excluded
- Specifies whether the button is visible on the form.public Boolean getExcluded()
Specifies whether the button is visible on the form.
public FormButton withExcluded(Boolean excluded)
Specifies whether the button is visible on the form.
excluded
- Specifies whether the button is visible on the form.public Boolean isExcluded()
Specifies whether the button is visible on the form.
public void setPosition(FieldPosition position)
The position of the button.
position
- The position of the button.public FieldPosition getPosition()
The position of the button.
public FormButton withPosition(FieldPosition position)
The position of the button.
position
- The position of the button.public String toString()
toString
in class Object
Object.toString()
public FormButton clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.