/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The SCTE configuration.See Also:
AWS
* API Reference
The SCTE-35 message types that you want to be treated as ad markers in the * output.
*/ inline const Aws::VectorThe SCTE-35 message types that you want to be treated as ad markers in the * output.
*/ inline bool ScteFilterHasBeenSet() const { return m_scteFilterHasBeenSet; } /** *The SCTE-35 message types that you want to be treated as ad markers in the * output.
*/ inline void SetScteFilter(const Aws::VectorThe SCTE-35 message types that you want to be treated as ad markers in the * output.
*/ inline void SetScteFilter(Aws::VectorThe SCTE-35 message types that you want to be treated as ad markers in the * output.
*/ inline Scte& WithScteFilter(const Aws::VectorThe SCTE-35 message types that you want to be treated as ad markers in the * output.
*/ inline Scte& WithScteFilter(Aws::VectorThe SCTE-35 message types that you want to be treated as ad markers in the * output.
*/ inline Scte& AddScteFilter(const ScteFilter& value) { m_scteFilterHasBeenSet = true; m_scteFilter.push_back(value); return *this; } /** *The SCTE-35 message types that you want to be treated as ad markers in the * output.
*/ inline Scte& AddScteFilter(ScteFilter&& value) { m_scteFilterHasBeenSet = true; m_scteFilter.push_back(std::move(value)); return *this; } private: Aws::Vector