@Generated(value="software.amazon.awssdk:codegen") public final class ActiveSpeakerOnlyConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActiveSpeakerOnlyConfiguration.Builder,ActiveSpeakerOnlyConfiguration>
Defines the configuration for an ActiveSpeakerOnly video tile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActiveSpeakerOnlyConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
ActiveSpeakerPosition |
activeSpeakerPosition()
The position of the
ActiveSpeakerOnly video tile. |
String |
activeSpeakerPositionAsString()
The position of the
ActiveSpeakerOnly video tile. |
static ActiveSpeakerOnlyConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActiveSpeakerOnlyConfiguration.Builder> |
serializableBuilderClass() |
ActiveSpeakerOnlyConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ActiveSpeakerPosition activeSpeakerPosition()
The position of the ActiveSpeakerOnly video tile.
If the service returns an enum value that is not available in the current SDK version,
activeSpeakerPosition will return ActiveSpeakerPosition.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from activeSpeakerPositionAsString().
ActiveSpeakerOnly video tile.ActiveSpeakerPositionpublic final String activeSpeakerPositionAsString()
The position of the ActiveSpeakerOnly video tile.
If the service returns an enum value that is not available in the current SDK version,
activeSpeakerPosition will return ActiveSpeakerPosition.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from activeSpeakerPositionAsString().
ActiveSpeakerOnly video tile.ActiveSpeakerPositionpublic ActiveSpeakerOnlyConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActiveSpeakerOnlyConfiguration.Builder,ActiveSpeakerOnlyConfiguration>public static ActiveSpeakerOnlyConfiguration.Builder builder()
public static Class<? extends ActiveSpeakerOnlyConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.