@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Source configuration for a specified media capture pipeline.
| Constructor and Description | 
|---|
| SourceConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| SourceConfiguration | clone() | 
| boolean | equals(Object obj) | 
| SelectedVideoStreams | getSelectedVideoStreams()
 The selected video streams to capture for a specified media capture pipeline. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller) | 
| void | setSelectedVideoStreams(SelectedVideoStreams selectedVideoStreams)
 The selected video streams to capture for a specified media capture pipeline. | 
| String | toString()Returns a string representation of this object. | 
| SourceConfiguration | withSelectedVideoStreams(SelectedVideoStreams selectedVideoStreams)
 The selected video streams to capture for a specified media capture pipeline. | 
public void setSelectedVideoStreams(SelectedVideoStreams selectedVideoStreams)
The selected video streams to capture for a specified media capture pipeline. The number of video streams can't exceed 25.
selectedVideoStreams - The selected video streams to capture for a specified media capture pipeline. The number of video streams
        can't exceed 25.public SelectedVideoStreams getSelectedVideoStreams()
The selected video streams to capture for a specified media capture pipeline. The number of video streams can't exceed 25.
public SourceConfiguration withSelectedVideoStreams(SelectedVideoStreams selectedVideoStreams)
The selected video streams to capture for a specified media capture pipeline. The number of video streams can't exceed 25.
selectedVideoStreams - The selected video streams to capture for a specified media capture pipeline. The number of video streams
        can't exceed 25.public String toString()
toString in class ObjectObject.toString()public SourceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.