@Generated(value="software.amazon.awssdk:codegen") public final class GridViewConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GridViewConfiguration.Builder,GridViewConfiguration>
Specifies the type of grid layout.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GridViewConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GridViewConfiguration.Builder |
builder() |
ContentShareLayoutOption |
contentShareLayout()
Defines the layout of the video tiles when content sharing is enabled.
|
String |
contentShareLayoutAsString()
Defines the layout of the video tiles when content sharing is enabled.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PresenterOnlyConfiguration |
presenterOnlyConfiguration()
Defines the configuration options for a presenter only video tile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GridViewConfiguration.Builder> |
serializableBuilderClass() |
GridViewConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ContentShareLayoutOption contentShareLayout()
Defines the layout of the video tiles when content sharing is enabled.
If the service returns an enum value that is not available in the current SDK version,
contentShareLayout will return ContentShareLayoutOption.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from contentShareLayoutAsString().
ContentShareLayoutOptionpublic final String contentShareLayoutAsString()
Defines the layout of the video tiles when content sharing is enabled.
If the service returns an enum value that is not available in the current SDK version,
contentShareLayout will return ContentShareLayoutOption.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from contentShareLayoutAsString().
ContentShareLayoutOptionpublic final PresenterOnlyConfiguration presenterOnlyConfiguration()
Defines the configuration options for a presenter only video tile.
public GridViewConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GridViewConfiguration.Builder,GridViewConfiguration>public static GridViewConfiguration.Builder builder()
public static Class<? extends GridViewConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.