7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/CaptionRectangle.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename OutputRectangleT = CaptionRectangle>
48 void SetOutputRectangle(OutputRectangleT&& value) { m_outputRectangleHasBeenSet =
true; m_outputRectangle = std::forward<OutputRectangleT>(value); }
49 template<
typename OutputRectangleT = CaptionRectangle>
61 template<
typename PageNumberT = Aws::String>
62 void SetPageNumber(PageNumberT&& value) { m_pageNumberHasBeenSet =
true; m_pageNumber = std::forward<PageNumberT>(value); }
63 template<
typename PageNumberT = Aws::String>
69 bool m_outputRectangleHasBeenSet =
false;
72 bool m_pageNumberHasBeenSet =
false;
AWS_MEDIALIVE_API TeletextSourceSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API TeletextSourceSettings()=default
void SetOutputRectangle(OutputRectangleT &&value)
const Aws::String & GetPageNumber() const
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
TeletextSourceSettings & WithOutputRectangle(OutputRectangleT &&value)
TeletextSourceSettings & WithPageNumber(PageNumberT &&value)
bool OutputRectangleHasBeenSet() const
bool PageNumberHasBeenSet() const
void SetPageNumber(PageNumberT &&value)
AWS_MEDIALIVE_API TeletextSourceSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
const CaptionRectangle & GetOutputRectangle() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue