@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BasicLayout extends Object implements Serializable, Cloneable, StructuredPojo
Content specific to BasicLayout
type. It configures fields in the top panel and More Info tab of agent
application.
Constructor and Description |
---|
BasicLayout() |
Modifier and Type | Method and Description |
---|---|
BasicLayout |
clone() |
boolean |
equals(Object obj) |
LayoutSections |
getMoreInfo()
This represents sections in a tab of the page layout.
|
LayoutSections |
getTopPanel()
This represents sections in a panel of the page layout.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMoreInfo(LayoutSections moreInfo)
This represents sections in a tab of the page layout.
|
void |
setTopPanel(LayoutSections topPanel)
This represents sections in a panel of the page layout.
|
String |
toString()
Returns a string representation of this object.
|
BasicLayout |
withMoreInfo(LayoutSections moreInfo)
This represents sections in a tab of the page layout.
|
BasicLayout |
withTopPanel(LayoutSections topPanel)
This represents sections in a panel of the page layout.
|
public void setMoreInfo(LayoutSections moreInfo)
This represents sections in a tab of the page layout.
moreInfo
- This represents sections in a tab of the page layout.public LayoutSections getMoreInfo()
This represents sections in a tab of the page layout.
public BasicLayout withMoreInfo(LayoutSections moreInfo)
This represents sections in a tab of the page layout.
moreInfo
- This represents sections in a tab of the page layout.public void setTopPanel(LayoutSections topPanel)
This represents sections in a panel of the page layout.
topPanel
- This represents sections in a panel of the page layout.public LayoutSections getTopPanel()
This represents sections in a panel of the page layout.
public BasicLayout withTopPanel(LayoutSections topPanel)
This represents sections in a panel of the page layout.
topPanel
- This represents sections in a panel of the page layout.public String toString()
toString
in class Object
Object.toString()
public BasicLayout clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.