/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains a set of IP set references.See Also:
AWS
* API Reference
The list of IP set references.
*/ inline const Aws::MapThe list of IP set references.
*/ inline bool IPSetReferencesHasBeenSet() const { return m_iPSetReferencesHasBeenSet; } /** *The list of IP set references.
*/ inline void SetIPSetReferences(const Aws::MapThe list of IP set references.
*/ inline void SetIPSetReferences(Aws::MapThe list of IP set references.
*/ inline ReferenceSets& WithIPSetReferences(const Aws::MapThe list of IP set references.
*/ inline ReferenceSets& WithIPSetReferences(Aws::MapThe list of IP set references.
*/ inline ReferenceSets& AddIPSetReferences(const Aws::String& key, const IPSetReference& value) { m_iPSetReferencesHasBeenSet = true; m_iPSetReferences.emplace(key, value); return *this; } /** *The list of IP set references.
*/ inline ReferenceSets& AddIPSetReferences(Aws::String&& key, const IPSetReference& value) { m_iPSetReferencesHasBeenSet = true; m_iPSetReferences.emplace(std::move(key), value); return *this; } /** *The list of IP set references.
*/ inline ReferenceSets& AddIPSetReferences(const Aws::String& key, IPSetReference&& value) { m_iPSetReferencesHasBeenSet = true; m_iPSetReferences.emplace(key, std::move(value)); return *this; } /** *The list of IP set references.
*/ inline ReferenceSets& AddIPSetReferences(Aws::String&& key, IPSetReference&& value) { m_iPSetReferencesHasBeenSet = true; m_iPSetReferences.emplace(std::move(key), std::move(value)); return *this; } /** *The list of IP set references.
*/ inline ReferenceSets& AddIPSetReferences(const char* key, IPSetReference&& value) { m_iPSetReferencesHasBeenSet = true; m_iPSetReferences.emplace(key, std::move(value)); return *this; } /** *The list of IP set references.
*/ inline ReferenceSets& AddIPSetReferences(const char* key, const IPSetReference& value) { m_iPSetReferencesHasBeenSet = true; m_iPSetReferences.emplace(key, value); return *this; } private: Aws::Map