7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
50 inline void SetDNSName(
const char* value) { m_dNSNameHasBeenSet =
true; m_dNSName.assign(value); }
73 bool m_dNSNameHasBeenSet =
false;
76 bool m_ipAddressesHasBeenSet =
false;
FileSystemEndpoint & WithDNSName(const Aws::String &value)
FileSystemEndpoint & WithDNSName(const char *value)
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
bool DNSNameHasBeenSet() const
AWS_FSX_API FileSystemEndpoint()
FileSystemEndpoint & WithIpAddresses(const Aws::Vector< Aws::String > &value)
FileSystemEndpoint & WithDNSName(Aws::String &&value)
void SetDNSName(const char *value)
void SetDNSName(Aws::String &&value)
AWS_FSX_API FileSystemEndpoint(Aws::Utils::Json::JsonView jsonValue)
void SetDNSName(const Aws::String &value)
FileSystemEndpoint & AddIpAddresses(const char *value)
void SetIpAddresses(const Aws::Vector< Aws::String > &value)
bool IpAddressesHasBeenSet() const
const Aws::String & GetDNSName() const
AWS_FSX_API FileSystemEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
FileSystemEndpoint & AddIpAddresses(const Aws::String &value)
const Aws::Vector< Aws::String > & GetIpAddresses() const
void SetIpAddresses(Aws::Vector< Aws::String > &&value)
FileSystemEndpoint & WithIpAddresses(Aws::Vector< Aws::String > &&value)
FileSystemEndpoint & 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