@Generated(value="software.amazon.awssdk:codegen") public final class BasicLayout extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BasicLayout.Builder,BasicLayout>
Content specific to BasicLayout type. It configures fields in the top panel and More Info tab of agent
application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BasicLayout.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BasicLayout.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LayoutSections |
moreInfo()
This represents sections in a tab of the page layout.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BasicLayout.Builder> |
serializableBuilderClass() |
BasicLayout.Builder |
toBuilder() |
LayoutSections |
topPanel()
This represents sections in a panel of the page layout.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LayoutSections moreInfo()
This represents sections in a tab of the page layout.
public final LayoutSections topPanel()
This represents sections in a panel of the page layout.
public BasicLayout.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BasicLayout.Builder,BasicLayout>public static BasicLayout.Builder builder()
public static Class<? extends BasicLayout.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.