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