/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A complex type that contains the CheckerIpRanges
* element.See Also:
AWS
* API Reference
A complex type that contains sorted list of IP ranges in CIDR format for * Amazon Route 53 health checkers.
*/ inline const Aws::VectorA complex type that contains sorted list of IP ranges in CIDR format for * Amazon Route 53 health checkers.
*/ inline void SetCheckerIpRanges(const Aws::VectorA complex type that contains sorted list of IP ranges in CIDR format for * Amazon Route 53 health checkers.
*/ inline void SetCheckerIpRanges(Aws::VectorA complex type that contains sorted list of IP ranges in CIDR format for * Amazon Route 53 health checkers.
*/ inline GetCheckerIpRangesResult& WithCheckerIpRanges(const Aws::VectorA complex type that contains sorted list of IP ranges in CIDR format for * Amazon Route 53 health checkers.
*/ inline GetCheckerIpRangesResult& WithCheckerIpRanges(Aws::VectorA complex type that contains sorted list of IP ranges in CIDR format for * Amazon Route 53 health checkers.
*/ inline GetCheckerIpRangesResult& AddCheckerIpRanges(const Aws::String& value) { m_checkerIpRanges.push_back(value); return *this; } /** *A complex type that contains sorted list of IP ranges in CIDR format for * Amazon Route 53 health checkers.
*/ inline GetCheckerIpRangesResult& AddCheckerIpRanges(Aws::String&& value) { m_checkerIpRanges.push_back(std::move(value)); return *this; } /** *A complex type that contains sorted list of IP ranges in CIDR format for * Amazon Route 53 health checkers.
*/ inline GetCheckerIpRangesResult& AddCheckerIpRanges(const char* value) { m_checkerIpRanges.push_back(value); return *this; } private: Aws::Vector