7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/securityhub/model/PortRange.h>
74 bool m_addressHasBeenSet =
false;
77 bool m_portRangesHasBeenSet =
false;
bool PortRangesHasBeenSet() const
NetworkPathComponentDetails & AddAddress(const char *value)
const Aws::Vector< PortRange > & GetPortRanges() const
NetworkPathComponentDetails & AddAddress(const Aws::String &value)
NetworkPathComponentDetails & WithAddress(Aws::Vector< Aws::String > &&value)
NetworkPathComponentDetails & AddPortRanges(const PortRange &value)
AWS_SECURITYHUB_API NetworkPathComponentDetails(Aws::Utils::Json::JsonView jsonValue)
void SetPortRanges(Aws::Vector< PortRange > &&value)
void SetAddress(const Aws::Vector< Aws::String > &value)
NetworkPathComponentDetails & WithAddress(const Aws::Vector< Aws::String > &value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetAddress() const
AWS_SECURITYHUB_API NetworkPathComponentDetails()
void SetAddress(Aws::Vector< Aws::String > &&value)
NetworkPathComponentDetails & WithPortRanges(Aws::Vector< PortRange > &&value)
void SetPortRanges(const Aws::Vector< PortRange > &value)
AWS_SECURITYHUB_API NetworkPathComponentDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
NetworkPathComponentDetails & AddAddress(Aws::String &&value)
bool AddressHasBeenSet() const
NetworkPathComponentDetails & AddPortRanges(PortRange &&value)
NetworkPathComponentDetails & WithPortRanges(const Aws::Vector< PortRange > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue