7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/ec2/model/PortRange.h>
83 inline void SetProtocol(
const char* value) { m_protocolHasBeenSet =
true; m_protocol.assign(value); }
120 bool m_destinationAddressesHasBeenSet =
false;
123 bool m_destinationPortRangesHasBeenSet =
false;
126 bool m_protocolHasBeenSet =
false;
129 bool m_sourceAddressesHasBeenSet =
false;
132 bool m_sourcePortRangesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream