@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActiveSpeakerOnlyConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Defines the configuration for an ActiveSpeakerOnly video tile.
| Constructor and Description |
|---|
ActiveSpeakerOnlyConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ActiveSpeakerOnlyConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getActiveSpeakerPosition()
The position of the
ActiveSpeakerOnly video tile. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setActiveSpeakerPosition(String activeSpeakerPosition)
The position of the
ActiveSpeakerOnly video tile. |
String |
toString()
Returns a string representation of this object.
|
ActiveSpeakerOnlyConfiguration |
withActiveSpeakerPosition(ActiveSpeakerPosition activeSpeakerPosition)
The position of the
ActiveSpeakerOnly video tile. |
ActiveSpeakerOnlyConfiguration |
withActiveSpeakerPosition(String activeSpeakerPosition)
The position of the
ActiveSpeakerOnly video tile. |
public void setActiveSpeakerPosition(String activeSpeakerPosition)
The position of the ActiveSpeakerOnly video tile.
activeSpeakerPosition - The position of the ActiveSpeakerOnly video tile.ActiveSpeakerPositionpublic String getActiveSpeakerPosition()
The position of the ActiveSpeakerOnly video tile.
ActiveSpeakerOnly video tile.ActiveSpeakerPositionpublic ActiveSpeakerOnlyConfiguration withActiveSpeakerPosition(String activeSpeakerPosition)
The position of the ActiveSpeakerOnly video tile.
activeSpeakerPosition - The position of the ActiveSpeakerOnly video tile.ActiveSpeakerPositionpublic ActiveSpeakerOnlyConfiguration withActiveSpeakerPosition(ActiveSpeakerPosition activeSpeakerPosition)
The position of the ActiveSpeakerOnly video tile.
activeSpeakerPosition - The position of the ActiveSpeakerOnly video tile.ActiveSpeakerPositionpublic String toString()
toString in class ObjectObject.toString()public ActiveSpeakerOnlyConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.