@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaConcatenationPipeline extends Object implements Serializable, Cloneable, StructuredPojo
Concatenates audio and video data from one or more data streams.
Constructor and Description |
---|
MediaConcatenationPipeline() |
Modifier and Type | Method and Description |
---|---|
MediaConcatenationPipeline |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTimestamp()
The time at which the concatenation pipeline was created.
|
String |
getMediaPipelineArn()
The ARN of the media pipeline that you specify in the
SourceConfiguration object. |
String |
getMediaPipelineId()
The ID of the media pipeline being concatenated.
|
List<ConcatenationSink> |
getSinks()
The data sinks of the concatenation pipeline.
|
List<ConcatenationSource> |
getSources()
The data sources being concatenated.
|
String |
getStatus()
The status of the concatenation pipeline.
|
Date |
getUpdatedTimestamp()
The time at which the concatenation pipeline was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedTimestamp(Date createdTimestamp)
The time at which the concatenation pipeline was created.
|
void |
setMediaPipelineArn(String mediaPipelineArn)
The ARN of the media pipeline that you specify in the
SourceConfiguration object. |
void |
setMediaPipelineId(String mediaPipelineId)
The ID of the media pipeline being concatenated.
|
void |
setSinks(Collection<ConcatenationSink> sinks)
The data sinks of the concatenation pipeline.
|
void |
setSources(Collection<ConcatenationSource> sources)
The data sources being concatenated.
|
void |
setStatus(String status)
The status of the concatenation pipeline.
|
void |
setUpdatedTimestamp(Date updatedTimestamp)
The time at which the concatenation pipeline was last updated.
|
String |
toString()
Returns a string representation of this object.
|
MediaConcatenationPipeline |
withCreatedTimestamp(Date createdTimestamp)
The time at which the concatenation pipeline was created.
|
MediaConcatenationPipeline |
withMediaPipelineArn(String mediaPipelineArn)
The ARN of the media pipeline that you specify in the
SourceConfiguration object. |
MediaConcatenationPipeline |
withMediaPipelineId(String mediaPipelineId)
The ID of the media pipeline being concatenated.
|
MediaConcatenationPipeline |
withSinks(Collection<ConcatenationSink> sinks)
The data sinks of the concatenation pipeline.
|
MediaConcatenationPipeline |
withSinks(ConcatenationSink... sinks)
The data sinks of the concatenation pipeline.
|
MediaConcatenationPipeline |
withSources(Collection<ConcatenationSource> sources)
The data sources being concatenated.
|
MediaConcatenationPipeline |
withSources(ConcatenationSource... sources)
The data sources being concatenated.
|
MediaConcatenationPipeline |
withStatus(MediaPipelineStatus status)
The status of the concatenation pipeline.
|
MediaConcatenationPipeline |
withStatus(String status)
The status of the concatenation pipeline.
|
MediaConcatenationPipeline |
withUpdatedTimestamp(Date updatedTimestamp)
The time at which the concatenation pipeline was last updated.
|
public void setMediaPipelineId(String mediaPipelineId)
The ID of the media pipeline being concatenated.
mediaPipelineId
- The ID of the media pipeline being concatenated.public String getMediaPipelineId()
The ID of the media pipeline being concatenated.
public MediaConcatenationPipeline withMediaPipelineId(String mediaPipelineId)
The ID of the media pipeline being concatenated.
mediaPipelineId
- The ID of the media pipeline being concatenated.public void setMediaPipelineArn(String mediaPipelineArn)
The ARN of the media pipeline that you specify in the SourceConfiguration
object.
mediaPipelineArn
- The ARN of the media pipeline that you specify in the SourceConfiguration
object.public String getMediaPipelineArn()
The ARN of the media pipeline that you specify in the SourceConfiguration
object.
SourceConfiguration
object.public MediaConcatenationPipeline withMediaPipelineArn(String mediaPipelineArn)
The ARN of the media pipeline that you specify in the SourceConfiguration
object.
mediaPipelineArn
- The ARN of the media pipeline that you specify in the SourceConfiguration
object.public List<ConcatenationSource> getSources()
The data sources being concatenated.
public void setSources(Collection<ConcatenationSource> sources)
The data sources being concatenated.
sources
- The data sources being concatenated.public MediaConcatenationPipeline withSources(ConcatenationSource... sources)
The data sources being concatenated.
NOTE: This method appends the values to the existing list (if any). Use
setSources(java.util.Collection)
or withSources(java.util.Collection)
if you want to override
the existing values.
sources
- The data sources being concatenated.public MediaConcatenationPipeline withSources(Collection<ConcatenationSource> sources)
The data sources being concatenated.
sources
- The data sources being concatenated.public List<ConcatenationSink> getSinks()
The data sinks of the concatenation pipeline.
public void setSinks(Collection<ConcatenationSink> sinks)
The data sinks of the concatenation pipeline.
sinks
- The data sinks of the concatenation pipeline.public MediaConcatenationPipeline withSinks(ConcatenationSink... sinks)
The data sinks of the concatenation pipeline.
NOTE: This method appends the values to the existing list (if any). Use
setSinks(java.util.Collection)
or withSinks(java.util.Collection)
if you want to override the
existing values.
sinks
- The data sinks of the concatenation pipeline.public MediaConcatenationPipeline withSinks(Collection<ConcatenationSink> sinks)
The data sinks of the concatenation pipeline.
sinks
- The data sinks of the concatenation pipeline.public void setStatus(String status)
The status of the concatenation pipeline.
status
- The status of the concatenation pipeline.MediaPipelineStatus
public String getStatus()
The status of the concatenation pipeline.
MediaPipelineStatus
public MediaConcatenationPipeline withStatus(String status)
The status of the concatenation pipeline.
status
- The status of the concatenation pipeline.MediaPipelineStatus
public MediaConcatenationPipeline withStatus(MediaPipelineStatus status)
The status of the concatenation pipeline.
status
- The status of the concatenation pipeline.MediaPipelineStatus
public void setCreatedTimestamp(Date createdTimestamp)
The time at which the concatenation pipeline was created.
createdTimestamp
- The time at which the concatenation pipeline was created.public Date getCreatedTimestamp()
The time at which the concatenation pipeline was created.
public MediaConcatenationPipeline withCreatedTimestamp(Date createdTimestamp)
The time at which the concatenation pipeline was created.
createdTimestamp
- The time at which the concatenation pipeline was created.public void setUpdatedTimestamp(Date updatedTimestamp)
The time at which the concatenation pipeline was last updated.
updatedTimestamp
- The time at which the concatenation pipeline was last updated.public Date getUpdatedTimestamp()
The time at which the concatenation pipeline was last updated.
public MediaConcatenationPipeline withUpdatedTimestamp(Date updatedTimestamp)
The time at which the concatenation pipeline was last updated.
updatedTimestamp
- The time at which the concatenation pipeline was last updated.public String toString()
toString
in class Object
Object.toString()
public MediaConcatenationPipeline clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.