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 {
43 template <
typename CustomerDnsIpsT = Aws::Vector<Aws::String>>
45 m_customerDnsIpsHasBeenSet =
true;
46 m_customerDnsIps = std::forward<CustomerDnsIpsT>(value);
48 template <
typename CustomerDnsIpsT = Aws::Vector<Aws::String>>
53 template <
typename CustomerDnsIpsT = Aws::String>
55 m_customerDnsIpsHasBeenSet =
true;
56 m_customerDnsIps.emplace_back(std::forward<CustomerDnsIpsT>(value));
68 template <
typename InstanceIdsT = Aws::Vector<Aws::String>>
70 m_instanceIdsHasBeenSet =
true;
71 m_instanceIds = std::forward<InstanceIdsT>(value);
73 template <
typename InstanceIdsT = Aws::Vector<Aws::String>>
78 template <
typename InstanceIdsT = Aws::String>
80 m_instanceIdsHasBeenSet =
true;
81 m_instanceIds.emplace_back(std::forward<InstanceIdsT>(value));
89 bool m_customerDnsIpsHasBeenSet =
false;
90 bool m_instanceIdsHasBeenSet =
false;
AWS_DIRECTORYSERVICE_API HybridCustomerInstancesSettings()=default
const Aws::Vector< Aws::String > & GetInstanceIds() const
HybridCustomerInstancesSettings & WithInstanceIds(InstanceIdsT &&value)
bool CustomerDnsIpsHasBeenSet() const
AWS_DIRECTORYSERVICE_API HybridCustomerInstancesSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetCustomerDnsIps() const
HybridCustomerInstancesSettings & AddInstanceIds(InstanceIdsT &&value)
AWS_DIRECTORYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool InstanceIdsHasBeenSet() const
AWS_DIRECTORYSERVICE_API HybridCustomerInstancesSettings(Aws::Utils::Json::JsonView jsonValue)
HybridCustomerInstancesSettings & AddCustomerDnsIps(CustomerDnsIpsT &&value)
void SetCustomerDnsIps(CustomerDnsIpsT &&value)
void SetInstanceIds(InstanceIdsT &&value)
HybridCustomerInstancesSettings & WithCustomerDnsIps(CustomerDnsIpsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue