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 {
44 template <
typename InstanceIdsT = Aws::Vector<Aws::String>>
46 m_instanceIdsHasBeenSet =
true;
47 m_instanceIds = std::forward<InstanceIdsT>(value);
49 template <
typename InstanceIdsT = Aws::Vector<Aws::String>>
54 template <
typename InstanceIdsT = Aws::String>
56 m_instanceIdsHasBeenSet =
true;
57 m_instanceIds.emplace_back(std::forward<InstanceIdsT>(value));
69 template <
typename DnsIpsT = Aws::Vector<Aws::String>>
71 m_dnsIpsHasBeenSet =
true;
72 m_dnsIps = std::forward<DnsIpsT>(value);
74 template <
typename DnsIpsT = Aws::Vector<Aws::String>>
79 template <
typename DnsIpsT = Aws::String>
81 m_dnsIpsHasBeenSet =
true;
82 m_dnsIps.emplace_back(std::forward<DnsIpsT>(value));
90 bool m_instanceIdsHasBeenSet =
false;
91 bool m_dnsIpsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetDnsIps() const
AWS_DIRECTORYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
HybridUpdateValue & AddInstanceIds(InstanceIdsT &&value)
bool InstanceIdsHasBeenSet() const
void SetInstanceIds(InstanceIdsT &&value)
HybridUpdateValue & WithInstanceIds(InstanceIdsT &&value)
AWS_DIRECTORYSERVICE_API HybridUpdateValue(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetInstanceIds() const
AWS_DIRECTORYSERVICE_API HybridUpdateValue & operator=(Aws::Utils::Json::JsonView jsonValue)
HybridUpdateValue & AddDnsIps(DnsIpsT &&value)
bool DnsIpsHasBeenSet() const
AWS_DIRECTORYSERVICE_API HybridUpdateValue()=default
void SetDnsIps(DnsIpsT &&value)
HybridUpdateValue & WithDnsIps(DnsIpsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue