@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)
Marshalls this structured data using the given
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.ContentShareLayoutOption
public String getContentShareLayout()
Defines the layout of the video tiles when content sharing is enabled.
ContentShareLayoutOption
public 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.ContentShareLayoutOption
public 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.ContentShareLayoutOption
public 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 Object
Object.toString()
public GridViewConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.