@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Section extends Object implements Serializable, Cloneable, StructuredPojo
This represents a sections within a panel or tab of the page layout.
| Constructor and Description |
|---|
Section () |
| Modifier and Type | Method and Description |
|---|---|
Section |
clone () |
boolean |
equals (Object obj) |
FieldGroup |
getFieldGroup ()
Consists of a group of fields and associated properties.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFieldGroup (FieldGroup fieldGroup)
Consists of a group of fields and associated properties.
|
String |
toString ()
Returns a string representation of this object.
|
Section |
withFieldGroup (FieldGroup fieldGroup)
Consists of a group of fields and associated properties.
|
public Section()
public void setFieldGroup(FieldGroup fieldGroup)
Consists of a group of fields and associated properties.
fieldGroup - Consists of a group of fields and associated properties.public FieldGroup getFieldGroup()
Consists of a group of fields and associated properties.
public Section withFieldGroup(FieldGroup fieldGroup)
Consists of a group of fields and associated properties.
fieldGroup - Consists of a group of fields and associated properties.public String toString()
toString in class Object Object.toString() public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.