7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/NetworkPathComponentDetails.h>
49 template<
typename ProtocolT = Aws::String>
50 void SetProtocol(ProtocolT&& value) { m_protocolHasBeenSet =
true; m_protocol = std::forward<ProtocolT>(value); }
51 template<
typename ProtocolT = Aws::String>
61 template<
typename DestinationT = NetworkPathComponentDetails>
62 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
63 template<
typename DestinationT = NetworkPathComponentDetails>
73 template<
typename SourceT = NetworkPathComponentDetails>
74 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
75 template<
typename SourceT = NetworkPathComponentDetails>
81 bool m_protocolHasBeenSet =
false;
84 bool m_destinationHasBeenSet =
false;
87 bool m_sourceHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue