@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GridViewConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the type of grid layout.
| Constructor and Description |
|---|
GridViewConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
GridViewConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getContentShareLayout()
Defines the layout of the video tiles when content sharing is enabled.
|
PresenterOnlyConfiguration |
getPresenterOnlyConfiguration()
Defines the configuration options for a presenter only video tile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setContentShareLayout(String contentShareLayout)
Defines the layout of the video tiles when content sharing is enabled.
|
void |
setPresenterOnlyConfiguration(PresenterOnlyConfiguration presenterOnlyConfiguration)
Defines the configuration options for a presenter only video tile.
|
String |
toString()
Returns a string representation of this object.
|
GridViewConfiguration |
withContentShareLayout(ContentShareLayoutOption contentShareLayout)
Defines the layout of the video tiles when content sharing is enabled.
|
GridViewConfiguration |
withContentShareLayout(String contentShareLayout)
Defines the layout of the video tiles when content sharing is enabled.
|
GridViewConfiguration |
withPresenterOnlyConfiguration(PresenterOnlyConfiguration presenterOnlyConfiguration)
Defines the configuration options for a presenter only video tile.
|
public void setContentShareLayout(String contentShareLayout)
Defines the layout of the video tiles when content sharing is enabled.
contentShareLayout - Defines the layout of the video tiles when content sharing is enabled.ContentShareLayoutOptionpublic String getContentShareLayout()
Defines the layout of the video tiles when content sharing is enabled.
ContentShareLayoutOptionpublic GridViewConfiguration withContentShareLayout(String contentShareLayout)
Defines the layout of the video tiles when content sharing is enabled.
contentShareLayout - Defines the layout of the video tiles when content sharing is enabled.ContentShareLayoutOptionpublic GridViewConfiguration withContentShareLayout(ContentShareLayoutOption contentShareLayout)
Defines the layout of the video tiles when content sharing is enabled.
contentShareLayout - Defines the layout of the video tiles when content sharing is enabled.ContentShareLayoutOptionpublic void setPresenterOnlyConfiguration(PresenterOnlyConfiguration presenterOnlyConfiguration)
Defines the configuration options for a presenter only video tile.
presenterOnlyConfiguration - Defines the configuration options for a presenter only video tile.public PresenterOnlyConfiguration getPresenterOnlyConfiguration()
Defines the configuration options for a presenter only video tile.
public GridViewConfiguration withPresenterOnlyConfiguration(PresenterOnlyConfiguration presenterOnlyConfiguration)
Defines the configuration options for a presenter only video tile.
presenterOnlyConfiguration - Defines the configuration options for a presenter only video tile.public String toString()
toString in class ObjectObject.toString()public GridViewConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.