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>
51 inline void SetDNSName(
const char* value) { m_dNSNameHasBeenSet =
true; m_dNSName.assign(value); }
69 inline SvmEndpoint&
AddIpAddresses(
const char* value) { m_ipAddressesHasBeenSet =
true; m_ipAddresses.push_back(value);
return *
this; }
74 bool m_dNSNameHasBeenSet =
false;
77 bool m_ipAddressesHasBeenSet =
false;
AWS_FSX_API SvmEndpoint(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetIpAddresses() const
const Aws::String & GetDNSName() const
SvmEndpoint & AddIpAddresses(const Aws::String &value)
void SetDNSName(Aws::String &&value)
AWS_FSX_API SvmEndpoint()
SvmEndpoint & WithDNSName(const char *value)
void SetDNSName(const Aws::String &value)
void SetDNSName(const char *value)
SvmEndpoint & WithIpAddresses(const Aws::Vector< Aws::String > &value)
void SetIpAddresses(Aws::Vector< Aws::String > &&value)
bool DNSNameHasBeenSet() const
bool IpAddressesHasBeenSet() const
SvmEndpoint & AddIpAddresses(Aws::String &&value)
SvmEndpoint & WithDNSName(const Aws::String &value)
void SetIpAddresses(const Aws::Vector< Aws::String > &value)
SvmEndpoint & WithDNSName(Aws::String &&value)
SvmEndpoint & WithIpAddresses(Aws::Vector< Aws::String > &&value)
AWS_FSX_API SvmEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
SvmEndpoint & AddIpAddresses(const char *value)
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue