/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Concatenates audio and video data from one or more data
* streams.See Also:
AWS
* API Reference
The ID of the media pipeline being concatenated.
*/ inline const Aws::String& GetMediaPipelineId() const{ return m_mediaPipelineId; } /** *The ID of the media pipeline being concatenated.
*/ inline bool MediaPipelineIdHasBeenSet() const { return m_mediaPipelineIdHasBeenSet; } /** *The ID of the media pipeline being concatenated.
*/ inline void SetMediaPipelineId(const Aws::String& value) { m_mediaPipelineIdHasBeenSet = true; m_mediaPipelineId = value; } /** *The ID of the media pipeline being concatenated.
*/ inline void SetMediaPipelineId(Aws::String&& value) { m_mediaPipelineIdHasBeenSet = true; m_mediaPipelineId = std::move(value); } /** *The ID of the media pipeline being concatenated.
*/ inline void SetMediaPipelineId(const char* value) { m_mediaPipelineIdHasBeenSet = true; m_mediaPipelineId.assign(value); } /** *The ID of the media pipeline being concatenated.
*/ inline MediaConcatenationPipeline& WithMediaPipelineId(const Aws::String& value) { SetMediaPipelineId(value); return *this;} /** *The ID of the media pipeline being concatenated.
*/ inline MediaConcatenationPipeline& WithMediaPipelineId(Aws::String&& value) { SetMediaPipelineId(std::move(value)); return *this;} /** *The ID of the media pipeline being concatenated.
*/ inline MediaConcatenationPipeline& WithMediaPipelineId(const char* value) { SetMediaPipelineId(value); return *this;} /** *The ARN of the media pipeline that you specify in the
* SourceConfiguration
object.
The ARN of the media pipeline that you specify in the
* SourceConfiguration
object.
The ARN of the media pipeline that you specify in the
* SourceConfiguration
object.
The ARN of the media pipeline that you specify in the
* SourceConfiguration
object.
The ARN of the media pipeline that you specify in the
* SourceConfiguration
object.
The ARN of the media pipeline that you specify in the
* SourceConfiguration
object.
The ARN of the media pipeline that you specify in the
* SourceConfiguration
object.
The ARN of the media pipeline that you specify in the
* SourceConfiguration
object.
The data sources being concatenated.
*/ inline const Aws::VectorThe data sources being concatenated.
*/ inline bool SourcesHasBeenSet() const { return m_sourcesHasBeenSet; } /** *The data sources being concatenated.
*/ inline void SetSources(const Aws::VectorThe data sources being concatenated.
*/ inline void SetSources(Aws::VectorThe data sources being concatenated.
*/ inline MediaConcatenationPipeline& WithSources(const Aws::VectorThe data sources being concatenated.
*/ inline MediaConcatenationPipeline& WithSources(Aws::VectorThe data sources being concatenated.
*/ inline MediaConcatenationPipeline& AddSources(const ConcatenationSource& value) { m_sourcesHasBeenSet = true; m_sources.push_back(value); return *this; } /** *The data sources being concatenated.
*/ inline MediaConcatenationPipeline& AddSources(ConcatenationSource&& value) { m_sourcesHasBeenSet = true; m_sources.push_back(std::move(value)); return *this; } /** *The data sinks of the concatenation pipeline.
*/ inline const Aws::VectorThe data sinks of the concatenation pipeline.
*/ inline bool SinksHasBeenSet() const { return m_sinksHasBeenSet; } /** *The data sinks of the concatenation pipeline.
*/ inline void SetSinks(const Aws::VectorThe data sinks of the concatenation pipeline.
*/ inline void SetSinks(Aws::VectorThe data sinks of the concatenation pipeline.
*/ inline MediaConcatenationPipeline& WithSinks(const Aws::VectorThe data sinks of the concatenation pipeline.
*/ inline MediaConcatenationPipeline& WithSinks(Aws::VectorThe data sinks of the concatenation pipeline.
*/ inline MediaConcatenationPipeline& AddSinks(const ConcatenationSink& value) { m_sinksHasBeenSet = true; m_sinks.push_back(value); return *this; } /** *The data sinks of the concatenation pipeline.
*/ inline MediaConcatenationPipeline& AddSinks(ConcatenationSink&& value) { m_sinksHasBeenSet = true; m_sinks.push_back(std::move(value)); return *this; } /** *The status of the concatenation pipeline.
*/ inline const MediaPipelineStatus& GetStatus() const{ return m_status; } /** *The status of the concatenation pipeline.
*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *The status of the concatenation pipeline.
*/ inline void SetStatus(const MediaPipelineStatus& value) { m_statusHasBeenSet = true; m_status = value; } /** *The status of the concatenation pipeline.
*/ inline void SetStatus(MediaPipelineStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *The status of the concatenation pipeline.
*/ inline MediaConcatenationPipeline& WithStatus(const MediaPipelineStatus& value) { SetStatus(value); return *this;} /** *The status of the concatenation pipeline.
*/ inline MediaConcatenationPipeline& WithStatus(MediaPipelineStatus&& value) { SetStatus(std::move(value)); return *this;} /** *The time at which the concatenation pipeline was created.
*/ inline const Aws::Utils::DateTime& GetCreatedTimestamp() const{ return m_createdTimestamp; } /** *The time at which the concatenation pipeline was created.
*/ inline bool CreatedTimestampHasBeenSet() const { return m_createdTimestampHasBeenSet; } /** *The time at which the concatenation pipeline was created.
*/ inline void SetCreatedTimestamp(const Aws::Utils::DateTime& value) { m_createdTimestampHasBeenSet = true; m_createdTimestamp = value; } /** *The time at which the concatenation pipeline was created.
*/ inline void SetCreatedTimestamp(Aws::Utils::DateTime&& value) { m_createdTimestampHasBeenSet = true; m_createdTimestamp = std::move(value); } /** *The time at which the concatenation pipeline was created.
*/ inline MediaConcatenationPipeline& WithCreatedTimestamp(const Aws::Utils::DateTime& value) { SetCreatedTimestamp(value); return *this;} /** *The time at which the concatenation pipeline was created.
*/ inline MediaConcatenationPipeline& WithCreatedTimestamp(Aws::Utils::DateTime&& value) { SetCreatedTimestamp(std::move(value)); return *this;} /** *The time at which the concatenation pipeline was last updated.
*/ inline const Aws::Utils::DateTime& GetUpdatedTimestamp() const{ return m_updatedTimestamp; } /** *The time at which the concatenation pipeline was last updated.
*/ inline bool UpdatedTimestampHasBeenSet() const { return m_updatedTimestampHasBeenSet; } /** *The time at which the concatenation pipeline was last updated.
*/ inline void SetUpdatedTimestamp(const Aws::Utils::DateTime& value) { m_updatedTimestampHasBeenSet = true; m_updatedTimestamp = value; } /** *The time at which the concatenation pipeline was last updated.
*/ inline void SetUpdatedTimestamp(Aws::Utils::DateTime&& value) { m_updatedTimestampHasBeenSet = true; m_updatedTimestamp = std::move(value); } /** *The time at which the concatenation pipeline was last updated.
*/ inline MediaConcatenationPipeline& WithUpdatedTimestamp(const Aws::Utils::DateTime& value) { SetUpdatedTimestamp(value); return *this;} /** *The time at which the concatenation pipeline was last updated.
*/ inline MediaConcatenationPipeline& WithUpdatedTimestamp(Aws::Utils::DateTime&& value) { SetUpdatedTimestamp(std::move(value)); return *this;} private: Aws::String m_mediaPipelineId; bool m_mediaPipelineIdHasBeenSet = false; Aws::String m_mediaPipelineArn; bool m_mediaPipelineArnHasBeenSet = false; Aws::Vector