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
61 bool m_ipAddressesHasBeenSet =
false;
AWS_STORAGEGATEWAY_API EndpointNetworkConfiguration()
bool IpAddressesHasBeenSet() const
void SetIpAddresses(Aws::Vector< Aws::String > &&value)
void SetIpAddresses(const Aws::Vector< Aws::String > &value)
EndpointNetworkConfiguration & WithIpAddresses(Aws::Vector< Aws::String > &&value)
EndpointNetworkConfiguration & AddIpAddresses(const char *value)
AWS_STORAGEGATEWAY_API EndpointNetworkConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
EndpointNetworkConfiguration & AddIpAddresses(const Aws::String &value)
AWS_STORAGEGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetIpAddresses() const
EndpointNetworkConfiguration & WithIpAddresses(const Aws::Vector< Aws::String > &value)
AWS_STORAGEGATEWAY_API EndpointNetworkConfiguration(Aws::Utils::Json::JsonView jsonValue)
EndpointNetworkConfiguration & AddIpAddresses(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue