23namespace NetworkFirewall
189 inline void SetSource(
const char* value) { m_sourceHasBeenSet =
true; m_source.assign(value); }
291 inline void SetSourcePort(
const char* value) { m_sourcePortHasBeenSet =
true; m_sourcePort.assign(value); }
478 inline void SetDestination(
const char* value) { m_destinationHasBeenSet =
true; m_destination.assign(value); }
580 inline void SetDestinationPort(
const char* value) { m_destinationPortHasBeenSet =
true; m_destinationPort.assign(value); }
606 bool m_protocolHasBeenSet =
false;
609 bool m_sourceHasBeenSet =
false;
612 bool m_sourcePortHasBeenSet =
false;
615 bool m_directionHasBeenSet =
false;
618 bool m_destinationHasBeenSet =
false;
621 bool m_destinationPortHasBeenSet =
false;
#define AWS_NETWORKFIREWALL_API
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String