/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the output of EnableAvailabilityZonesForLoadBalancer.See
* Also:
AWS
* API Reference
The updated list of Availability Zones for the load balancer.
*/ inline const Aws::VectorThe updated list of Availability Zones for the load balancer.
*/ inline void SetAvailabilityZones(const Aws::VectorThe updated list of Availability Zones for the load balancer.
*/ inline void SetAvailabilityZones(Aws::VectorThe updated list of Availability Zones for the load balancer.
*/ inline EnableAvailabilityZonesForLoadBalancerResult& WithAvailabilityZones(const Aws::VectorThe updated list of Availability Zones for the load balancer.
*/ inline EnableAvailabilityZonesForLoadBalancerResult& WithAvailabilityZones(Aws::VectorThe updated list of Availability Zones for the load balancer.
*/ inline EnableAvailabilityZonesForLoadBalancerResult& AddAvailabilityZones(const Aws::String& value) { m_availabilityZones.push_back(value); return *this; } /** *The updated list of Availability Zones for the load balancer.
*/ inline EnableAvailabilityZonesForLoadBalancerResult& AddAvailabilityZones(Aws::String&& value) { m_availabilityZones.push_back(std::move(value)); return *this; } /** *The updated list of Availability Zones for the load balancer.
*/ inline EnableAvailabilityZonesForLoadBalancerResult& AddAvailabilityZones(const char* value) { m_availabilityZones.push_back(value); return *this; } inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; } inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; } inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); } inline EnableAvailabilityZonesForLoadBalancerResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline EnableAvailabilityZonesForLoadBalancerResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::Vector