@Generated(value="software.amazon.awssdk:codegen") public final class DefaultNewSheetConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DefaultNewSheetConfiguration.Builder,DefaultNewSheetConfiguration>
The configuration for default new sheet settings.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DefaultNewSheetConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DefaultNewSheetConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DefaultInteractiveLayoutConfiguration |
interactiveLayoutConfiguration()
The options that determine the default settings for interactive layout configuration.
|
DefaultPaginatedLayoutConfiguration |
paginatedLayoutConfiguration()
The options that determine the default settings for a paginated layout configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DefaultNewSheetConfiguration.Builder> |
serializableBuilderClass() |
SheetContentType |
sheetContentType()
The option that determines the sheet content type.
|
String |
sheetContentTypeAsString()
The option that determines the sheet content type.
|
DefaultNewSheetConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DefaultInteractiveLayoutConfiguration interactiveLayoutConfiguration()
The options that determine the default settings for interactive layout configuration.
public final DefaultPaginatedLayoutConfiguration paginatedLayoutConfiguration()
The options that determine the default settings for a paginated layout configuration.
public final SheetContentType sheetContentType()
The option that determines the sheet content type.
If the service returns an enum value that is not available in the current SDK version, sheetContentType
will return SheetContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sheetContentTypeAsString().
SheetContentTypepublic final String sheetContentTypeAsString()
The option that determines the sheet content type.
If the service returns an enum value that is not available in the current SDK version, sheetContentType
will return SheetContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sheetContentTypeAsString().
SheetContentTypepublic DefaultNewSheetConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DefaultNewSheetConfiguration.Builder,DefaultNewSheetConfiguration>public static DefaultNewSheetConfiguration.Builder builder()
public static Class<? extends DefaultNewSheetConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.