7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/network-firewall/model/IPSetReference.h>
23namespace NetworkFirewall
62 bool m_iPSetReferencesHasBeenSet =
false;
AWS_NETWORKFIREWALL_API ReferenceSets & operator=(Aws::Utils::Json::JsonView jsonValue)
ReferenceSets & AddIPSetReferences(const Aws::String &key, IPSetReference &&value)
ReferenceSets & AddIPSetReferences(Aws::String &&key, IPSetReference &&value)
void SetIPSetReferences(const Aws::Map< Aws::String, IPSetReference > &value)
AWS_NETWORKFIREWALL_API ReferenceSets()
bool IPSetReferencesHasBeenSet() const
ReferenceSets & WithIPSetReferences(Aws::Map< Aws::String, IPSetReference > &&value)
ReferenceSets & AddIPSetReferences(const char *key, const IPSetReference &value)
AWS_NETWORKFIREWALL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Map< Aws::String, IPSetReference > & GetIPSetReferences() const
AWS_NETWORKFIREWALL_API ReferenceSets(Aws::Utils::Json::JsonView jsonValue)
ReferenceSets & AddIPSetReferences(const char *key, IPSetReference &&value)
ReferenceSets & WithIPSetReferences(const Aws::Map< Aws::String, IPSetReference > &value)
void SetIPSetReferences(Aws::Map< Aws::String, IPSetReference > &&value)
ReferenceSets & AddIPSetReferences(Aws::String &&key, const IPSetReference &value)
ReferenceSets & AddIPSetReferences(const Aws::String &key, const IPSetReference &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue