7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
9#include <aws/mediaconnect/model/ForwardErrorCorrectionState.h>
20namespace MediaConnect {
44 template <
typename DestinationAddressT = Aws::String>
46 m_destinationAddressHasBeenSet =
true;
47 m_destinationAddress = std::forward<DestinationAddressT>(value);
49 template <
typename DestinationAddressT = Aws::String>
64 m_destinationPortHasBeenSet =
true;
65 m_destinationPort = value;
81 m_forwardErrorCorrectionHasBeenSet =
true;
82 m_forwardErrorCorrection = value;
92 int m_destinationPort{0};
95 bool m_destinationAddressHasBeenSet =
false;
96 bool m_destinationPortHasBeenSet =
false;
97 bool m_forwardErrorCorrectionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue