@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChimeSdkMeetingLiveConnectorConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The media pipeline's configuration object.
| Constructor and Description |
|---|
ChimeSdkMeetingLiveConnectorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ChimeSdkMeetingLiveConnectorConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The configuration object's Chime SDK meeting ARN.
|
CompositedVideoArtifactsConfiguration |
getCompositedVideo()
The media pipeline's composited video.
|
String |
getMuxType()
The configuration object's multiplex type.
|
SourceConfiguration |
getSourceConfiguration()
The source configuration settings of the media pipeline's configuration object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The configuration object's Chime SDK meeting ARN.
|
void |
setCompositedVideo(CompositedVideoArtifactsConfiguration compositedVideo)
The media pipeline's composited video.
|
void |
setMuxType(String muxType)
The configuration object's multiplex type.
|
void |
setSourceConfiguration(SourceConfiguration sourceConfiguration)
The source configuration settings of the media pipeline's configuration object.
|
String |
toString()
Returns a string representation of this object.
|
ChimeSdkMeetingLiveConnectorConfiguration |
withArn(String arn)
The configuration object's Chime SDK meeting ARN.
|
ChimeSdkMeetingLiveConnectorConfiguration |
withCompositedVideo(CompositedVideoArtifactsConfiguration compositedVideo)
The media pipeline's composited video.
|
ChimeSdkMeetingLiveConnectorConfiguration |
withMuxType(LiveConnectorMuxType muxType)
The configuration object's multiplex type.
|
ChimeSdkMeetingLiveConnectorConfiguration |
withMuxType(String muxType)
The configuration object's multiplex type.
|
ChimeSdkMeetingLiveConnectorConfiguration |
withSourceConfiguration(SourceConfiguration sourceConfiguration)
The source configuration settings of the media pipeline's configuration object.
|
public ChimeSdkMeetingLiveConnectorConfiguration()
public void setArn(String arn)
The configuration object's Chime SDK meeting ARN.
arn - The configuration object's Chime SDK meeting ARN.public String getArn()
The configuration object's Chime SDK meeting ARN.
public ChimeSdkMeetingLiveConnectorConfiguration withArn(String arn)
The configuration object's Chime SDK meeting ARN.
arn - The configuration object's Chime SDK meeting ARN.public void setMuxType(String muxType)
The configuration object's multiplex type.
muxType - The configuration object's multiplex type.LiveConnectorMuxTypepublic String getMuxType()
The configuration object's multiplex type.
LiveConnectorMuxTypepublic ChimeSdkMeetingLiveConnectorConfiguration withMuxType(String muxType)
The configuration object's multiplex type.
muxType - The configuration object's multiplex type.LiveConnectorMuxTypepublic ChimeSdkMeetingLiveConnectorConfiguration withMuxType(LiveConnectorMuxType muxType)
The configuration object's multiplex type.
muxType - The configuration object's multiplex type.LiveConnectorMuxTypepublic void setCompositedVideo(CompositedVideoArtifactsConfiguration compositedVideo)
The media pipeline's composited video.
compositedVideo - The media pipeline's composited video.public CompositedVideoArtifactsConfiguration getCompositedVideo()
The media pipeline's composited video.
public ChimeSdkMeetingLiveConnectorConfiguration withCompositedVideo(CompositedVideoArtifactsConfiguration compositedVideo)
The media pipeline's composited video.
compositedVideo - The media pipeline's composited video.public void setSourceConfiguration(SourceConfiguration sourceConfiguration)
The source configuration settings of the media pipeline's configuration object.
sourceConfiguration - The source configuration settings of the media pipeline's configuration object.public SourceConfiguration getSourceConfiguration()
The source configuration settings of the media pipeline's configuration object.
public ChimeSdkMeetingLiveConnectorConfiguration withSourceConfiguration(SourceConfiguration sourceConfiguration)
The source configuration settings of the media pipeline's configuration object.
sourceConfiguration - The source configuration settings of the media pipeline's configuration object.public String toString()
toString in class ObjectObject.toString()public ChimeSdkMeetingLiveConnectorConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.