Class MediaPlacement
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmeetings.model.MediaPlacement
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MediaPlacement.Builder,MediaPlacement>
@Generated("software.amazon.awssdk:codegen") public final class MediaPlacement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MediaPlacement.Builder,MediaPlacement>
A set of endpoints used by clients to connect to the media service group for an Amazon Chime SDK meeting.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMediaPlacement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaudioFallbackUrl()The audio fallback URL.StringaudioHostUrl()The audio host URL.static MediaPlacement.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeventIngestionUrl()The event ingestion URL.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringscreenDataUrl()The screen data URL.StringscreenSharingUrl()The screen sharing URL.StringscreenViewingUrl()The screen viewing URL.List<SdkField<?>>sdkFields()static Class<? extends MediaPlacement.Builder>serializableBuilderClass()StringsignalingUrl()The signaling URL.MediaPlacement.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringturnControlUrl()The turn control URL.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
audioHostUrl
public final String audioHostUrl()
The audio host URL.
- Returns:
- The audio host URL.
-
audioFallbackUrl
public final String audioFallbackUrl()
The audio fallback URL.
- Returns:
- The audio fallback URL.
-
signalingUrl
public final String signalingUrl()
The signaling URL.
- Returns:
- The signaling URL.
-
turnControlUrl
public final String turnControlUrl()
The turn control URL.
This parameter is deprecated and no longer used by the Amazon Chime SDK.
- Returns:
- The turn control URL.
This parameter is deprecated and no longer used by the Amazon Chime SDK.
-
screenDataUrl
public final String screenDataUrl()
The screen data URL.
This parameter is deprecated and no longer used by the Amazon Chime SDK.
- Returns:
- The screen data URL.
This parameter is deprecated and no longer used by the Amazon Chime SDK.
-
screenViewingUrl
public final String screenViewingUrl()
The screen viewing URL.
This parameter is deprecated and no longer used by the Amazon Chime SDK.
- Returns:
- The screen viewing URL.
This parameter is deprecated and no longer used by the Amazon Chime SDK.
-
screenSharingUrl
public final String screenSharingUrl()
The screen sharing URL.
This parameter is deprecated and no longer used by the Amazon Chime SDK.
- Returns:
- The screen sharing URL.
This parameter is deprecated and no longer used by the Amazon Chime SDK.
-
eventIngestionUrl
public final String eventIngestionUrl()
The event ingestion URL.
- Returns:
- The event ingestion URL.
-
toBuilder
public MediaPlacement.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MediaPlacement.Builder,MediaPlacement>
-
builder
public static MediaPlacement.Builder builder()
-
serializableBuilderClass
public static Class<? extends MediaPlacement.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-