7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/RtmpOutputCertificateMode.h>
9#include <aws/medialive/model/OutputLocationRef.h>
72 template<
typename DestinationT = OutputLocationRef>
73 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
74 template<
typename DestinationT = OutputLocationRef>
84 inline void SetNumRetries(
int value) { m_numRetriesHasBeenSet =
true; m_numRetries = value; }
90 bool m_certificateModeHasBeenSet =
false;
92 int m_connectionRetryInterval{0};
93 bool m_connectionRetryIntervalHasBeenSet =
false;
95 OutputLocationRef m_destination;
96 bool m_destinationHasBeenSet =
false;
99 bool m_numRetriesHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue