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>
20namespace DirectoryService {
42 template <
typename VpcIdT = Aws::String>
44 m_vpcIdHasBeenSet =
true;
45 m_vpcId = std::forward<VpcIdT>(value);
47 template <
typename VpcIdT = Aws::String>
49 SetVpcId(std::forward<VpcIdT>(value));
61 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
63 m_subnetIdsHasBeenSet =
true;
64 m_subnetIds = std::forward<SubnetIdsT>(value);
66 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
71 template <
typename SubnetIdsT = Aws::String>
73 m_subnetIdsHasBeenSet =
true;
74 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
86 template <
typename CustomerDnsIpsT = Aws::Vector<Aws::String>>
88 m_customerDnsIpsHasBeenSet =
true;
89 m_customerDnsIps = std::forward<CustomerDnsIpsT>(value);
91 template <
typename CustomerDnsIpsT = Aws::Vector<Aws::String>>
96 template <
typename CustomerDnsIpsT = Aws::String>
98 m_customerDnsIpsHasBeenSet =
true;
99 m_customerDnsIps.emplace_back(std::forward<CustomerDnsIpsT>(value));
111 template <
typename CustomerDnsIpsV6T = Aws::Vector<Aws::String>>
113 m_customerDnsIpsV6HasBeenSet =
true;
114 m_customerDnsIpsV6 = std::forward<CustomerDnsIpsV6T>(value);
116 template <
typename CustomerDnsIpsV6T = Aws::Vector<Aws::String>>
121 template <
typename CustomerDnsIpsV6T = Aws::String>
123 m_customerDnsIpsV6HasBeenSet =
true;
124 m_customerDnsIpsV6.emplace_back(std::forward<CustomerDnsIpsV6T>(value));
138 template <
typename CustomerUserNameT = Aws::String>
140 m_customerUserNameHasBeenSet =
true;
141 m_customerUserName = std::forward<CustomerUserNameT>(value);
143 template <
typename CustomerUserNameT = Aws::String>
159 bool m_vpcIdHasBeenSet =
false;
160 bool m_subnetIdsHasBeenSet =
false;
161 bool m_customerDnsIpsHasBeenSet =
false;
162 bool m_customerDnsIpsV6HasBeenSet =
false;
163 bool m_customerUserNameHasBeenSet =
false;
DirectoryConnectSettings & WithCustomerUserName(CustomerUserNameT &&value)
void SetCustomerUserName(CustomerUserNameT &&value)
const Aws::String & GetVpcId() const
bool CustomerUserNameHasBeenSet() const
void SetCustomerDnsIpsV6(CustomerDnsIpsV6T &&value)
DirectoryConnectSettings & WithSubnetIds(SubnetIdsT &&value)
AWS_DIRECTORYSERVICE_API DirectoryConnectSettings()=default
DirectoryConnectSettings & WithCustomerDnsIpsV6(CustomerDnsIpsV6T &&value)
void SetCustomerDnsIps(CustomerDnsIpsT &&value)
const Aws::String & GetCustomerUserName() const
void SetSubnetIds(SubnetIdsT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetVpcId(VpcIdT &&value)
AWS_DIRECTORYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool VpcIdHasBeenSet() const
AWS_DIRECTORYSERVICE_API DirectoryConnectSettings(Aws::Utils::Json::JsonView jsonValue)
DirectoryConnectSettings & AddSubnetIds(SubnetIdsT &&value)
DirectoryConnectSettings & AddCustomerDnsIpsV6(CustomerDnsIpsV6T &&value)
DirectoryConnectSettings & WithVpcId(VpcIdT &&value)
DirectoryConnectSettings & AddCustomerDnsIps(CustomerDnsIpsT &&value)
bool SubnetIdsHasBeenSet() const
bool CustomerDnsIpsHasBeenSet() const
DirectoryConnectSettings & WithCustomerDnsIps(CustomerDnsIpsT &&value)
bool CustomerDnsIpsV6HasBeenSet() const
const Aws::Vector< Aws::String > & GetCustomerDnsIps() const
AWS_DIRECTORYSERVICE_API DirectoryConnectSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetCustomerDnsIpsV6() 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