7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
9#include <aws/securityhub/model/NetworkPathComponentDetails.h>
43 template <
typename ProtocolT = Aws::String>
45 m_protocolHasBeenSet =
true;
46 m_protocol = std::forward<ProtocolT>(value);
48 template <
typename ProtocolT = Aws::String>
61 template <
typename DestinationT = NetworkPathComponentDetails>
63 m_destinationHasBeenSet =
true;
64 m_destination = std::forward<DestinationT>(value);
66 template <
typename DestinationT = NetworkPathComponentDetails>
79 template <
typename SourceT = NetworkPathComponentDetails>
81 m_sourceHasBeenSet =
true;
82 m_source = std::forward<SourceT>(value);
84 template <
typename SourceT = NetworkPathComponentDetails>
96 bool m_protocolHasBeenSet =
false;
97 bool m_destinationHasBeenSet =
false;
98 bool m_sourceHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue