@Generated(value="software.amazon.awssdk:codegen") public final class Layout extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Layout.Builder,Layout>
A Layout defines the placement of elements within a sheet.
For more information, see Types of layout in the Amazon QuickSight User Guide.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Layout.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Layout.Builder |
builder() |
LayoutConfiguration |
configuration()
The configuration that determines what the type of layout for a sheet.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Layout.Builder> |
serializableBuilderClass() |
Layout.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LayoutConfiguration configuration()
The configuration that determines what the type of layout for a sheet.
public Layout.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Layout.Builder,Layout>public static Layout.Builder builder()
public static Class<? extends Layout.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.