7#include <aws/ds/DirectoryService_EXPORTS.h>
8#include <aws/ds/DirectoryServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace DirectoryService
50 template<
typename DirectoryIdT = Aws::String>
51 void SetDirectoryId(DirectoryIdT&& value) { m_directoryIdHasBeenSet =
true; m_directoryId = std::forward<DirectoryIdT>(value); }
52 template<
typename DirectoryIdT = Aws::String>
63 template<
typename RemoteDomainNameT = Aws::String>
64 void SetRemoteDomainName(RemoteDomainNameT&& value) { m_remoteDomainNameHasBeenSet =
true; m_remoteDomainName = std::forward<RemoteDomainNameT>(value); }
65 template<
typename RemoteDomainNameT = Aws::String>
76 template<
typename DnsIpAddrsT = Aws::Vector<Aws::String>>
77 void SetDnsIpAddrs(DnsIpAddrsT&& value) { m_dnsIpAddrsHasBeenSet =
true; m_dnsIpAddrs = std::forward<DnsIpAddrsT>(value); }
78 template<
typename DnsIpAddrsT = Aws::Vector<Aws::String>>
80 template<
typename DnsIpAddrsT = Aws::String>
86 bool m_directoryIdHasBeenSet =
false;
89 bool m_remoteDomainNameHasBeenSet =
false;
92 bool m_dnsIpAddrsHasBeenSet =
false;
bool RemoteDomainNameHasBeenSet() const
bool DirectoryIdHasBeenSet() const
AWS_DIRECTORYSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetRemoteDomainName(RemoteDomainNameT &&value)
void SetDirectoryId(DirectoryIdT &&value)
CreateConditionalForwarderRequest & WithDnsIpAddrs(DnsIpAddrsT &&value)
virtual const char * GetServiceRequestName() const override
void SetDnsIpAddrs(DnsIpAddrsT &&value)
const Aws::Vector< Aws::String > & GetDnsIpAddrs() const
const Aws::String & GetDirectoryId() const
CreateConditionalForwarderRequest & AddDnsIpAddrs(DnsIpAddrsT &&value)
CreateConditionalForwarderRequest & WithDirectoryId(DirectoryIdT &&value)
AWS_DIRECTORYSERVICE_API Aws::String SerializePayload() const override
bool DnsIpAddrsHasBeenSet() const
AWS_DIRECTORYSERVICE_API CreateConditionalForwarderRequest()=default
const Aws::String & GetRemoteDomainName() const
CreateConditionalForwarderRequest & WithRemoteDomainName(RemoteDomainNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector