@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConcatenationSource extends Object implements Serializable, Cloneable, StructuredPojo
The source type and media pipeline configuration settings in a configuration object.
| Constructor and Description |
|---|
ConcatenationSource() |
| Modifier and Type | Method and Description |
|---|---|
ConcatenationSource |
clone() |
boolean |
equals(Object obj) |
MediaCapturePipelineSourceConfiguration |
getMediaCapturePipelineSourceConfiguration()
The concatenation settings for the media pipeline in a configuration object.
|
String |
getType()
The type of concatenation source in a configuration object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMediaCapturePipelineSourceConfiguration(MediaCapturePipelineSourceConfiguration mediaCapturePipelineSourceConfiguration)
The concatenation settings for the media pipeline in a configuration object.
|
void |
setType(String type)
The type of concatenation source in a configuration object.
|
String |
toString()
Returns a string representation of this object.
|
ConcatenationSource |
withMediaCapturePipelineSourceConfiguration(MediaCapturePipelineSourceConfiguration mediaCapturePipelineSourceConfiguration)
The concatenation settings for the media pipeline in a configuration object.
|
ConcatenationSource |
withType(ConcatenationSourceType type)
The type of concatenation source in a configuration object.
|
ConcatenationSource |
withType(String type)
The type of concatenation source in a configuration object.
|
public void setType(String type)
The type of concatenation source in a configuration object.
type - The type of concatenation source in a configuration object.ConcatenationSourceTypepublic String getType()
The type of concatenation source in a configuration object.
ConcatenationSourceTypepublic ConcatenationSource withType(String type)
The type of concatenation source in a configuration object.
type - The type of concatenation source in a configuration object.ConcatenationSourceTypepublic ConcatenationSource withType(ConcatenationSourceType type)
The type of concatenation source in a configuration object.
type - The type of concatenation source in a configuration object.ConcatenationSourceTypepublic void setMediaCapturePipelineSourceConfiguration(MediaCapturePipelineSourceConfiguration mediaCapturePipelineSourceConfiguration)
The concatenation settings for the media pipeline in a configuration object.
mediaCapturePipelineSourceConfiguration - The concatenation settings for the media pipeline in a configuration object.public MediaCapturePipelineSourceConfiguration getMediaCapturePipelineSourceConfiguration()
The concatenation settings for the media pipeline in a configuration object.
public ConcatenationSource withMediaCapturePipelineSourceConfiguration(MediaCapturePipelineSourceConfiguration mediaCapturePipelineSourceConfiguration)
The concatenation settings for the media pipeline in a configuration object.
mediaCapturePipelineSourceConfiguration - The concatenation settings for the media pipeline in a configuration object.public String toString()
toString in class ObjectObject.toString()public ConcatenationSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.