@Generated(value="software.amazon.awssdk:codegen") public final class TileLayoutStyle extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TileLayoutStyle.Builder,TileLayoutStyle>
The display options for the layout of tiles on a sheet.
Modifier and Type | Class and Description |
---|---|
static interface |
TileLayoutStyle.Builder |
Modifier and Type | Method and Description |
---|---|
static TileLayoutStyle.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
GutterStyle |
gutter()
The gutter settings that apply between tiles.
|
int |
hashCode() |
MarginStyle |
margin()
The margin settings that apply around the outside edge of sheets.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TileLayoutStyle.Builder> |
serializableBuilderClass() |
TileLayoutStyle.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final GutterStyle gutter()
The gutter settings that apply between tiles.
public final MarginStyle margin()
The margin settings that apply around the outside edge of sheets.
public TileLayoutStyle.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TileLayoutStyle.Builder,TileLayoutStyle>
public static TileLayoutStyle.Builder builder()
public static Class<? extends TileLayoutStyle.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.