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>
49 template<
typename DNSNameT = Aws::String>
50 void SetDNSName(DNSNameT&& value) { m_dNSNameHasBeenSet =
true; m_dNSName = std::forward<DNSNameT>(value); }
51 template<
typename DNSNameT = Aws::String>
61 template<
typename IpAddressesT = Aws::Vector<Aws::String>>
62 void SetIpAddresses(IpAddressesT&& value) { m_ipAddressesHasBeenSet =
true; m_ipAddresses = std::forward<IpAddressesT>(value); }
63 template<
typename IpAddressesT = Aws::Vector<Aws::String>>
65 template<
typename IpAddressesT = Aws::String>
66 SvmEndpoint&
AddIpAddresses(IpAddressesT&& value) { m_ipAddressesHasBeenSet =
true; m_ipAddresses.emplace_back(std::forward<IpAddressesT>(value));
return *
this; }
71 bool m_dNSNameHasBeenSet =
false;
74 bool m_ipAddressesHasBeenSet =
false;
AWS_FSX_API SvmEndpoint()=default
AWS_FSX_API SvmEndpoint(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetIpAddresses() const
SvmEndpoint & AddIpAddresses(IpAddressesT &&value)
const Aws::String & GetDNSName() const
void SetIpAddresses(IpAddressesT &&value)
void SetDNSName(DNSNameT &&value)
SvmEndpoint & WithDNSName(DNSNameT &&value)
bool DNSNameHasBeenSet() const
SvmEndpoint & WithIpAddresses(IpAddressesT &&value)
bool IpAddressesHasBeenSet() const
AWS_FSX_API SvmEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
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