@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FreeFormSectionLayoutConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The free-form layout configuration of a section.
| Constructor and Description |
|---|
FreeFormSectionLayoutConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
FreeFormSectionLayoutConfiguration |
clone() |
boolean |
equals(Object obj) |
List<FreeFormLayoutElement> |
getElements()
The elements that are included in the free-form layout.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setElements(Collection<FreeFormLayoutElement> elements)
The elements that are included in the free-form layout.
|
String |
toString()
Returns a string representation of this object.
|
FreeFormSectionLayoutConfiguration |
withElements(Collection<FreeFormLayoutElement> elements)
The elements that are included in the free-form layout.
|
FreeFormSectionLayoutConfiguration |
withElements(FreeFormLayoutElement... elements)
The elements that are included in the free-form layout.
|
public List<FreeFormLayoutElement> getElements()
The elements that are included in the free-form layout.
public void setElements(Collection<FreeFormLayoutElement> elements)
The elements that are included in the free-form layout.
elements - The elements that are included in the free-form layout.public FreeFormSectionLayoutConfiguration withElements(FreeFormLayoutElement... elements)
The elements that are included in the free-form layout.
NOTE: This method appends the values to the existing list (if any). Use
setElements(java.util.Collection) or withElements(java.util.Collection) if you want to override
the existing values.
elements - The elements that are included in the free-form layout.public FreeFormSectionLayoutConfiguration withElements(Collection<FreeFormLayoutElement> elements)
The elements that are included in the free-form layout.
elements - The elements that are included in the free-form layout.public String toString()
toString in class ObjectObject.toString()public FreeFormSectionLayoutConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.