7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetCardNumber(
int value) { m_cardNumberHasBeenSet =
true; m_cardNumber = value; }
63 inline void SetChannelNumber(
int value) { m_channelNumberHasBeenSet =
true; m_channelNumber = value; }
73 template<
typename SdiSourceT = Aws::String>
74 void SetSdiSource(SdiSourceT&& value) { m_sdiSourceHasBeenSet =
true; m_sdiSource = std::forward<SdiSourceT>(value); }
75 template<
typename SdiSourceT = Aws::String>
81 bool m_cardNumberHasBeenSet =
false;
83 int m_channelNumber{0};
84 bool m_channelNumberHasBeenSet =
false;
87 bool m_sdiSourceHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue