@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LayoutContent extends Object implements Serializable, Cloneable, StructuredPojo
Object to store union of different versions of layout content.
Constructor and Description |
---|
LayoutContent() |
Modifier and Type | Method and Description |
---|---|
LayoutContent |
clone() |
boolean |
equals(Object obj) |
BasicLayout |
getBasic()
Content specific to
BasicLayout type. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBasic(BasicLayout basic)
Content specific to
BasicLayout type. |
String |
toString()
Returns a string representation of this object.
|
LayoutContent |
withBasic(BasicLayout basic)
Content specific to
BasicLayout type. |
public void setBasic(BasicLayout basic)
Content specific to BasicLayout
type. It configures fields in the top panel and More Info tab of
Cases user interface.
basic
- Content specific to BasicLayout
type. It configures fields in the top panel and More Info tab
of Cases user interface.public BasicLayout getBasic()
Content specific to BasicLayout
type. It configures fields in the top panel and More Info tab of
Cases user interface.
BasicLayout
type. It configures fields in the top panel and More Info
tab of Cases user interface.public LayoutContent withBasic(BasicLayout basic)
Content specific to BasicLayout
type. It configures fields in the top panel and More Info tab of
Cases user interface.
basic
- Content specific to BasicLayout
type. It configures fields in the top panel and More Info tab
of Cases user interface.public String toString()
toString
in class Object
Object.toString()
public LayoutContent clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.