@Generated(value="software.amazon.awssdk:codegen") public final class TableSideBorderOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableSideBorderOptions.Builder,TableSideBorderOptions>
The side border options for a table.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableSideBorderOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
TableBorderOptions |
bottom()
The table border options of the bottom border.
|
static TableSideBorderOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
TableBorderOptions |
innerHorizontal()
The table border options of the inner horizontal border.
|
TableBorderOptions |
innerVertical()
The table border options of the inner vertical border.
|
TableBorderOptions |
left()
The table border options of the left border.
|
TableBorderOptions |
right()
The table border options of the right border.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TableSideBorderOptions.Builder> |
serializableBuilderClass() |
TableSideBorderOptions.Builder |
toBuilder() |
TableBorderOptions |
top()
The table border options of the top border.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TableBorderOptions innerVertical()
The table border options of the inner vertical border.
public final TableBorderOptions innerHorizontal()
The table border options of the inner horizontal border.
public final TableBorderOptions left()
The table border options of the left border.
public final TableBorderOptions right()
The table border options of the right border.
public final TableBorderOptions top()
The table border options of the top border.
public final TableBorderOptions bottom()
The table border options of the bottom border.
public TableSideBorderOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TableSideBorderOptions.Builder,TableSideBorderOptions>public static TableSideBorderOptions.Builder builder()
public static Class<? extends TableSideBorderOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.