@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PresenterOnlyConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Defines the configuration for a presenter-only video tile.
| Constructor and Description |
|---|
PresenterOnlyConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
PresenterOnlyConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getPresenterPosition()
Defines the position of the presenter video tile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPresenterPosition(String presenterPosition)
Defines the position of the presenter video tile.
|
String |
toString()
Returns a string representation of this object.
|
PresenterOnlyConfiguration |
withPresenterPosition(PresenterPosition presenterPosition)
Defines the position of the presenter video tile.
|
PresenterOnlyConfiguration |
withPresenterPosition(String presenterPosition)
Defines the position of the presenter video tile.
|
public void setPresenterPosition(String presenterPosition)
Defines the position of the presenter video tile. Default: TopRight.
presenterPosition - Defines the position of the presenter video tile. Default: TopRight.PresenterPositionpublic String getPresenterPosition()
Defines the position of the presenter video tile. Default: TopRight.
TopRight.PresenterPositionpublic PresenterOnlyConfiguration withPresenterPosition(String presenterPosition)
Defines the position of the presenter video tile. Default: TopRight.
presenterPosition - Defines the position of the presenter video tile. Default: TopRight.PresenterPositionpublic PresenterOnlyConfiguration withPresenterPosition(PresenterPosition presenterPosition)
Defines the position of the presenter video tile. Default: TopRight.
presenterPosition - Defines the position of the presenter video tile. Default: TopRight.PresenterPositionpublic String toString()
toString in class ObjectObject.toString()public PresenterOnlyConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.