7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace StorageGateway
50 template<
typename IpAddressesT = Aws::Vector<Aws::String>>
51 void SetIpAddresses(IpAddressesT&& value) { m_ipAddressesHasBeenSet =
true; m_ipAddresses = std::forward<IpAddressesT>(value); }
52 template<
typename IpAddressesT = Aws::Vector<Aws::String>>
54 template<
typename IpAddressesT = Aws::String>
60 bool m_ipAddressesHasBeenSet =
false;
EndpointNetworkConfiguration & AddIpAddresses(IpAddressesT &&value)
EndpointNetworkConfiguration & WithIpAddresses(IpAddressesT &&value)
void SetIpAddresses(IpAddressesT &&value)
bool IpAddressesHasBeenSet() const
AWS_STORAGEGATEWAY_API EndpointNetworkConfiguration()=default
AWS_STORAGEGATEWAY_API EndpointNetworkConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_STORAGEGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetIpAddresses() const
AWS_STORAGEGATEWAY_API EndpointNetworkConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue