@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaStreamSource extends Object implements Serializable, Cloneable, StructuredPojo
Structure that contains the settings for media stream sources.
| Constructor and Description |
|---|
MediaStreamSource() |
| Modifier and Type | Method and Description |
|---|---|
MediaStreamSource |
clone() |
boolean |
equals(Object obj) |
String |
getSourceArn()
The ARN of the meeting.
|
String |
getSourceType()
The type of media stream source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSourceArn(String sourceArn)
The ARN of the meeting.
|
void |
setSourceType(String sourceType)
The type of media stream source.
|
String |
toString()
Returns a string representation of this object.
|
MediaStreamSource |
withSourceArn(String sourceArn)
The ARN of the meeting.
|
MediaStreamSource |
withSourceType(MediaPipelineSourceType sourceType)
The type of media stream source.
|
MediaStreamSource |
withSourceType(String sourceType)
The type of media stream source.
|
public void setSourceType(String sourceType)
The type of media stream source.
sourceType - The type of media stream source.MediaPipelineSourceTypepublic String getSourceType()
The type of media stream source.
MediaPipelineSourceTypepublic MediaStreamSource withSourceType(String sourceType)
The type of media stream source.
sourceType - The type of media stream source.MediaPipelineSourceTypepublic MediaStreamSource withSourceType(MediaPipelineSourceType sourceType)
The type of media stream source.
sourceType - The type of media stream source.MediaPipelineSourceTypepublic void setSourceArn(String sourceArn)
The ARN of the meeting.
sourceArn - The ARN of the meeting.public String getSourceArn()
The ARN of the meeting.
public MediaStreamSource withSourceArn(String sourceArn)
The ARN of the meeting.
sourceArn - The ARN of the meeting.public String toString()
toString in class ObjectObject.toString()public MediaStreamSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.