@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 URL of the S3 bucket used to store the captured media.
|
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) |
void |
setAudioFallbackUrl(String audioFallbackUrl)
The audio fallback URL.
|
void |
setAudioHostUrl(String audioHostUrl)
The audio host URL.
|
void |
setEventIngestionUrl(String eventIngestionUrl)
The URL of the S3 bucket used to store the captured media.
|
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 URL of the S3 bucket used to store the captured media.
|
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.
screenDataUrl
- The screen data URL.public String getScreenDataUrl()
The screen data URL.
public MediaPlacement withScreenDataUrl(String screenDataUrl)
The screen data URL.
screenDataUrl
- The screen data URL.public void setScreenSharingUrl(String screenSharingUrl)
The screen sharing URL.
screenSharingUrl
- The screen sharing URL.public String getScreenSharingUrl()
The screen sharing URL.
public MediaPlacement withScreenSharingUrl(String screenSharingUrl)
The screen sharing URL.
screenSharingUrl
- The screen sharing URL.public void setScreenViewingUrl(String screenViewingUrl)
The screen viewing URL.
screenViewingUrl
- The screen viewing URL.public String getScreenViewingUrl()
The screen viewing URL.
public MediaPlacement withScreenViewingUrl(String screenViewingUrl)
The screen viewing URL.
screenViewingUrl
- The screen viewing URL.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.
turnControlUrl
- The turn control URL.public String getTurnControlUrl()
The turn control URL.
public MediaPlacement withTurnControlUrl(String turnControlUrl)
The turn control URL.
turnControlUrl
- The turn control URL.public void setEventIngestionUrl(String eventIngestionUrl)
The URL of the S3 bucket used to store the captured media.
eventIngestionUrl
- The URL of the S3 bucket used to store the captured media.public String getEventIngestionUrl()
The URL of the S3 bucket used to store the captured media.
public MediaPlacement withEventIngestionUrl(String eventIngestionUrl)
The URL of the S3 bucket used to store the captured media.
eventIngestionUrl
- The URL of the S3 bucket used to store the captured media.public String toString()
toString
in class Object
Object.toString()
public MediaPlacement clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.