7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/CaptionRectangle.h>
41 template <
typename OutputRectangleT = CaptionRectangle>
43 m_outputRectangleHasBeenSet =
true;
44 m_outputRectangle = std::forward<OutputRectangleT>(value);
46 template <
typename OutputRectangleT = CaptionRectangle>
61 template <
typename PageNumberT = Aws::String>
63 m_pageNumberHasBeenSet =
true;
64 m_pageNumber = std::forward<PageNumberT>(value);
66 template <
typename PageNumberT = Aws::String>
76 bool m_outputRectangleHasBeenSet =
false;
77 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