7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/CaptionRectangle.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
63 inline void SetPageNumber(
const char* value) { m_pageNumberHasBeenSet =
true; m_pageNumber.assign(value); }
71 bool m_outputRectangleHasBeenSet =
false;
74 bool m_pageNumberHasBeenSet =
false;
TeletextSourceSettings & WithPageNumber(const Aws::String &value)
TeletextSourceSettings & WithOutputRectangle(CaptionRectangle &&value)
AWS_MEDIALIVE_API TeletextSourceSettings()
AWS_MEDIALIVE_API TeletextSourceSettings(Aws::Utils::Json::JsonView jsonValue)
void SetOutputRectangle(const CaptionRectangle &value)
TeletextSourceSettings & WithOutputRectangle(const CaptionRectangle &value)
TeletextSourceSettings & WithPageNumber(const char *value)
void SetPageNumber(const Aws::String &value)
const Aws::String & GetPageNumber() const
void SetOutputRectangle(CaptionRectangle &&value)
void SetPageNumber(Aws::String &&value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPageNumber(const char *value)
TeletextSourceSettings & WithPageNumber(Aws::String &&value)
bool OutputRectangleHasBeenSet() const
bool PageNumberHasBeenSet() const
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