7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ds/DirectoryService_EXPORTS.h>
10#include <aws/ds/model/NetworkType.h>
21namespace DirectoryService {
44 m_networkTypeHasBeenSet =
true;
45 m_networkType = value;
60 template <
typename CustomerDnsIpsV6T = Aws::Vector<Aws::String>>
62 m_customerDnsIpsV6HasBeenSet =
true;
63 m_customerDnsIpsV6 = std::forward<CustomerDnsIpsV6T>(value);
65 template <
typename CustomerDnsIpsV6T = Aws::Vector<Aws::String>>
70 template <
typename CustomerDnsIpsV6T = Aws::String>
72 m_customerDnsIpsV6HasBeenSet =
true;
73 m_customerDnsIpsV6.emplace_back(std::forward<CustomerDnsIpsV6T>(value));
81 bool m_networkTypeHasBeenSet =
false;
82 bool m_customerDnsIpsV6HasBeenSet =
false;
AWS_DIRECTORYSERVICE_API NetworkUpdateSettings()=default
NetworkType GetNetworkType() const
NetworkUpdateSettings & WithCustomerDnsIpsV6(CustomerDnsIpsV6T &&value)
AWS_DIRECTORYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NetworkTypeHasBeenSet() const
NetworkUpdateSettings & WithNetworkType(NetworkType value)
AWS_DIRECTORYSERVICE_API NetworkUpdateSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
NetworkUpdateSettings & AddCustomerDnsIpsV6(CustomerDnsIpsV6T &&value)
void SetCustomerDnsIpsV6(CustomerDnsIpsV6T &&value)
void SetNetworkType(NetworkType value)
AWS_DIRECTORYSERVICE_API NetworkUpdateSettings(Aws::Utils::Json::JsonView jsonValue)
bool CustomerDnsIpsV6HasBeenSet() const
const Aws::Vector< Aws::String > & GetCustomerDnsIpsV6() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue