@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.ConcatenationSourceType
public String getType()
The type of concatenation source in a configuration object.
ConcatenationSourceType
public ConcatenationSource withType(String type)
The type of concatenation source in a configuration object.
type
- The type of concatenation source in a configuration object.ConcatenationSourceType
public ConcatenationSource withType(ConcatenationSourceType type)
The type of concatenation source in a configuration object.
type
- The type of concatenation source in a configuration object.ConcatenationSourceType
public 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 Object
Object.toString()
public ConcatenationSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.