7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename CustomEpochT = Aws::String>
50 void SetCustomEpoch(CustomEpochT&& value) { m_customEpochHasBeenSet =
true; m_customEpoch = std::forward<CustomEpochT>(value); }
51 template<
typename CustomEpochT = Aws::String>
65 template<
typename JamSyncTimeT = Aws::String>
66 void SetJamSyncTime(JamSyncTimeT&& value) { m_jamSyncTimeHasBeenSet =
true; m_jamSyncTime = std::forward<JamSyncTimeT>(value); }
67 template<
typename JamSyncTimeT = Aws::String>
73 bool m_customEpochHasBeenSet =
false;
76 bool m_jamSyncTimeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue