@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FreeFormLayoutConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of a free-form layout.
| Constructor and Description | 
|---|
FreeFormLayoutConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
FreeFormLayoutConfiguration | 
clone()  | 
boolean | 
equals(Object obj)  | 
FreeFormLayoutCanvasSizeOptions | 
getCanvasSizeOptions()  | 
List<FreeFormLayoutElement> | 
getElements()
 The elements that are included in a free-form layout. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setCanvasSizeOptions(FreeFormLayoutCanvasSizeOptions canvasSizeOptions)  | 
void | 
setElements(Collection<FreeFormLayoutElement> elements)
 The elements that are included in a free-form layout. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
FreeFormLayoutConfiguration | 
withCanvasSizeOptions(FreeFormLayoutCanvasSizeOptions canvasSizeOptions)  | 
FreeFormLayoutConfiguration | 
withElements(Collection<FreeFormLayoutElement> elements)
 The elements that are included in a free-form layout. 
 | 
FreeFormLayoutConfiguration | 
withElements(FreeFormLayoutElement... elements)
 The elements that are included in a free-form layout. 
 | 
public List<FreeFormLayoutElement> getElements()
The elements that are included in a free-form layout.
public void setElements(Collection<FreeFormLayoutElement> elements)
The elements that are included in a free-form layout.
elements - The elements that are included in a free-form layout.public FreeFormLayoutConfiguration withElements(FreeFormLayoutElement... elements)
The elements that are included in a 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 a free-form layout.public FreeFormLayoutConfiguration withElements(Collection<FreeFormLayoutElement> elements)
The elements that are included in a free-form layout.
elements - The elements that are included in a free-form layout.public void setCanvasSizeOptions(FreeFormLayoutCanvasSizeOptions canvasSizeOptions)
canvasSizeOptions - public FreeFormLayoutCanvasSizeOptions getCanvasSizeOptions()
public FreeFormLayoutConfiguration withCanvasSizeOptions(FreeFormLayoutCanvasSizeOptions canvasSizeOptions)
canvasSizeOptions - public String toString()
toString in class ObjectObject.toString()public FreeFormLayoutConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.