@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public SourceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.