/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies network configuration information for the gateway associated with
* the Amazon FSx file system.See Also:
AWS
* API Reference
A list of gateway IP addresses on which the associated Amazon FSx file system * is available.
If multiple file systems are associated with this * gateway, this field is required.
*/ inline const Aws::VectorA list of gateway IP addresses on which the associated Amazon FSx file system * is available.
If multiple file systems are associated with this * gateway, this field is required.
*/ inline bool IpAddressesHasBeenSet() const { return m_ipAddressesHasBeenSet; } /** *A list of gateway IP addresses on which the associated Amazon FSx file system * is available.
If multiple file systems are associated with this * gateway, this field is required.
*/ inline void SetIpAddresses(const Aws::VectorA list of gateway IP addresses on which the associated Amazon FSx file system * is available.
If multiple file systems are associated with this * gateway, this field is required.
*/ inline void SetIpAddresses(Aws::VectorA list of gateway IP addresses on which the associated Amazon FSx file system * is available.
If multiple file systems are associated with this * gateway, this field is required.
*/ inline EndpointNetworkConfiguration& WithIpAddresses(const Aws::VectorA list of gateway IP addresses on which the associated Amazon FSx file system * is available.
If multiple file systems are associated with this * gateway, this field is required.
*/ inline EndpointNetworkConfiguration& WithIpAddresses(Aws::VectorA list of gateway IP addresses on which the associated Amazon FSx file system * is available.
If multiple file systems are associated with this * gateway, this field is required.
*/ inline EndpointNetworkConfiguration& AddIpAddresses(const Aws::String& value) { m_ipAddressesHasBeenSet = true; m_ipAddresses.push_back(value); return *this; } /** *A list of gateway IP addresses on which the associated Amazon FSx file system * is available.
If multiple file systems are associated with this * gateway, this field is required.
*/ inline EndpointNetworkConfiguration& AddIpAddresses(Aws::String&& value) { m_ipAddressesHasBeenSet = true; m_ipAddresses.push_back(std::move(value)); return *this; } /** *A list of gateway IP addresses on which the associated Amazon FSx file system * is available.
If multiple file systems are associated with this * gateway, this field is required.
*/ inline EndpointNetworkConfiguration& AddIpAddresses(const char* value) { m_ipAddressesHasBeenSet = true; m_ipAddresses.push_back(value); return *this; } private: Aws::Vector