7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
19namespace MediaConnect {
43 template <
typename DestinationAddressT = Aws::String>
45 m_destinationAddressHasBeenSet =
true;
46 m_destinationAddress = std::forward<DestinationAddressT>(value);
48 template <
typename DestinationAddressT = Aws::String>
63 m_destinationPortHasBeenSet =
true;
64 m_destinationPort = value;
74 int m_destinationPort{0};
75 bool m_destinationAddressHasBeenSet =
false;
76 bool m_destinationPortHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue