/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A list of IP addresses and address ranges, in CIDR notation.See
* Also:
AWS
* API Reference
The list of IP addresses and ranges.
*/ inline const Aws::VectorThe list of IP addresses and ranges.
*/ inline bool DefinitionHasBeenSet() const { return m_definitionHasBeenSet; } /** *The list of IP addresses and ranges.
*/ inline void SetDefinition(const Aws::VectorThe list of IP addresses and ranges.
*/ inline void SetDefinition(Aws::VectorThe list of IP addresses and ranges.
*/ inline RuleGroupVariablesIpSetsDetails& WithDefinition(const Aws::VectorThe list of IP addresses and ranges.
*/ inline RuleGroupVariablesIpSetsDetails& WithDefinition(Aws::VectorThe list of IP addresses and ranges.
*/ inline RuleGroupVariablesIpSetsDetails& AddDefinition(const Aws::String& value) { m_definitionHasBeenSet = true; m_definition.push_back(value); return *this; } /** *The list of IP addresses and ranges.
*/ inline RuleGroupVariablesIpSetsDetails& AddDefinition(Aws::String&& value) { m_definitionHasBeenSet = true; m_definition.push_back(std::move(value)); return *this; } /** *The list of IP addresses and ranges.
*/ inline RuleGroupVariablesIpSetsDetails& AddDefinition(const char* value) { m_definitionHasBeenSet = true; m_definition.push_back(value); return *this; } private: Aws::Vector