@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BodySectionContent extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of content in a body section.
| Constructor and Description |
|---|
BodySectionContent() |
| Modifier and Type | Method and Description |
|---|---|
BodySectionContent |
clone() |
boolean |
equals(Object obj) |
SectionLayoutConfiguration |
getLayout()
The layout configuration of a body section.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLayout(SectionLayoutConfiguration layout)
The layout configuration of a body section.
|
String |
toString()
Returns a string representation of this object.
|
BodySectionContent |
withLayout(SectionLayoutConfiguration layout)
The layout configuration of a body section.
|
public void setLayout(SectionLayoutConfiguration layout)
The layout configuration of a body section.
layout - The layout configuration of a body section.public SectionLayoutConfiguration getLayout()
The layout configuration of a body section.
public BodySectionContent withLayout(SectionLayoutConfiguration layout)
The layout configuration of a body section.
layout - The layout configuration of a body section.public String toString()
toString in class ObjectObject.toString()public BodySectionContent clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.