@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaPlacement extends Object implements Serializable, Cloneable, StructuredPojo
A set of endpoints used by clients to connect to the media service group for an Amazon Chime SDK meeting.
Constructor and Description |
---|
MediaPlacement() |
Modifier and Type | Method and Description |
---|---|
MediaPlacement |
clone() |
boolean |
equals(Object obj) |
String |
getAudioFallbackUrl()
The audio fallback URL.
|
String |
getAudioHostUrl()
The audio host URL.
|
String |
getEventIngestionUrl()
The event ingestion URL to which you send client meeting events.
|
String |
getScreenDataUrl()
The screen data URL.
|
String |
getScreenSharingUrl()
The screen sharing URL.
|
String |
getScreenViewingUrl()
The screen viewing URL.
|
String |
getSignalingUrl()
The signaling URL.
|
String |
getTurnControlUrl()
The turn control URL.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAudioFallbackUrl(String audioFallbackUrl)
The audio fallback URL.
|
void |
setAudioHostUrl(String audioHostUrl)
The audio host URL.
|
void |
setEventIngestionUrl(String eventIngestionUrl)
The event ingestion URL to which you send client meeting events.
|
void |
setScreenDataUrl(String screenDataUrl)
The screen data URL.
|
void |
setScreenSharingUrl(String screenSharingUrl)
The screen sharing URL.
|
void |
setScreenViewingUrl(String screenViewingUrl)
The screen viewing URL.
|
void |
setSignalingUrl(String signalingUrl)
The signaling URL.
|
void |
setTurnControlUrl(String turnControlUrl)
The turn control URL.
|
String |
toString()
Returns a string representation of this object.
|
MediaPlacement |
withAudioFallbackUrl(String audioFallbackUrl)
The audio fallback URL.
|
MediaPlacement |
withAudioHostUrl(String audioHostUrl)
The audio host URL.
|
MediaPlacement |
withEventIngestionUrl(String eventIngestionUrl)
The event ingestion URL to which you send client meeting events.
|
MediaPlacement |
withScreenDataUrl(String screenDataUrl)
The screen data URL.
|
MediaPlacement |
withScreenSharingUrl(String screenSharingUrl)
The screen sharing URL.
|
MediaPlacement |
withScreenViewingUrl(String screenViewingUrl)
The screen viewing URL.
|
MediaPlacement |
withSignalingUrl(String signalingUrl)
The signaling URL.
|
MediaPlacement |
withTurnControlUrl(String turnControlUrl)
The turn control URL.
|
public void setAudioHostUrl(String audioHostUrl)
The audio host URL.
audioHostUrl
- The audio host URL.public String getAudioHostUrl()
The audio host URL.
public MediaPlacement withAudioHostUrl(String audioHostUrl)
The audio host URL.
audioHostUrl
- The audio host URL.public void setAudioFallbackUrl(String audioFallbackUrl)
The audio fallback URL.
audioFallbackUrl
- The audio fallback URL.public String getAudioFallbackUrl()
The audio fallback URL.
public MediaPlacement withAudioFallbackUrl(String audioFallbackUrl)
The audio fallback URL.
audioFallbackUrl
- The audio fallback URL.public void setScreenDataUrl(String screenDataUrl)
The screen data URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
screenDataUrl
- The screen data URL. This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
public String getScreenDataUrl()
The screen data URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
public MediaPlacement withScreenDataUrl(String screenDataUrl)
The screen data URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
screenDataUrl
- The screen data URL. This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
public void setScreenSharingUrl(String screenSharingUrl)
The screen sharing URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK..
screenSharingUrl
- The screen sharing URL. This parameter is is no longer supported and no longer used by the Amazon Chime SDK..
public String getScreenSharingUrl()
The screen sharing URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK..
This parameter is is no longer supported and no longer used by the Amazon Chime SDK..
public MediaPlacement withScreenSharingUrl(String screenSharingUrl)
The screen sharing URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK..
screenSharingUrl
- The screen sharing URL. This parameter is is no longer supported and no longer used by the Amazon Chime SDK..
public void setScreenViewingUrl(String screenViewingUrl)
The screen viewing URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
screenViewingUrl
- The screen viewing URL. This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
public String getScreenViewingUrl()
The screen viewing URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
public MediaPlacement withScreenViewingUrl(String screenViewingUrl)
The screen viewing URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
screenViewingUrl
- The screen viewing URL. This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
public void setSignalingUrl(String signalingUrl)
The signaling URL.
signalingUrl
- The signaling URL.public String getSignalingUrl()
The signaling URL.
public MediaPlacement withSignalingUrl(String signalingUrl)
The signaling URL.
signalingUrl
- The signaling URL.public void setTurnControlUrl(String turnControlUrl)
The turn control URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
turnControlUrl
- The turn control URL. This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
public String getTurnControlUrl()
The turn control URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
public MediaPlacement withTurnControlUrl(String turnControlUrl)
The turn control URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
turnControlUrl
- The turn control URL. This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
public void setEventIngestionUrl(String eventIngestionUrl)
The event ingestion URL to which you send client meeting events.
eventIngestionUrl
- The event ingestion URL to which you send client meeting events.public String getEventIngestionUrl()
The event ingestion URL to which you send client meeting events.
public MediaPlacement withEventIngestionUrl(String eventIngestionUrl)
The event ingestion URL to which you send client meeting events.
eventIngestionUrl
- The event ingestion URL to which you send client meeting events.public String toString()
toString
in class Object
Object.toString()
public MediaPlacement clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.