@Generated(value="software.amazon.awssdk:codegen") public final class DefaultInteractiveLayoutConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DefaultInteractiveLayoutConfiguration.Builder,DefaultInteractiveLayoutConfiguration>
The options that determine the default settings for interactive layout configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DefaultInteractiveLayoutConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DefaultInteractiveLayoutConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
DefaultFreeFormLayoutConfiguration |
freeForm()
The options that determine the default settings of a free-form layout configuration.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
DefaultGridLayoutConfiguration |
grid()
The options that determine the default settings for a grid layout configuration.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DefaultInteractiveLayoutConfiguration.Builder> |
serializableBuilderClass() |
DefaultInteractiveLayoutConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DefaultGridLayoutConfiguration grid()
The options that determine the default settings for a grid layout configuration.
public final DefaultFreeFormLayoutConfiguration freeForm()
The options that determine the default settings of a free-form layout configuration.
public DefaultInteractiveLayoutConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DefaultInteractiveLayoutConfiguration.Builder,DefaultInteractiveLayoutConfiguration>public static DefaultInteractiveLayoutConfiguration.Builder builder()
public static Class<? extends DefaultInteractiveLayoutConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.