public class UpdateConditionalForwarderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateConditionalForwarderRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateConditionalForwarderRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The directory ID of the AWS directory for which to update the conditional
forwarder.
|
List<String> |
getDnsIpAddrs()
The updated IP addresses of the remote DNS server associated with the
conditional forwarder.
|
String |
getRemoteDomainName()
The fully qualified domain name (FQDN) of the remote domain with which
you will set up a trust relationship.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The directory ID of the AWS directory for which to update the conditional
forwarder.
|
void |
setDnsIpAddrs(Collection<String> dnsIpAddrs)
The updated IP addresses of the remote DNS server associated with the
conditional forwarder.
|
void |
setRemoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domain with which
you will set up a trust relationship.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateConditionalForwarderRequest |
withDirectoryId(String directoryId)
The directory ID of the AWS directory for which to update the conditional
forwarder.
|
UpdateConditionalForwarderRequest |
withDnsIpAddrs(Collection<String> dnsIpAddrs)
The updated IP addresses of the remote DNS server associated with the
conditional forwarder.
|
UpdateConditionalForwarderRequest |
withDnsIpAddrs(String... dnsIpAddrs)
The updated IP addresses of the remote DNS server associated with the
conditional forwarder.
|
UpdateConditionalForwarderRequest |
withRemoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domain with which
you will set up a trust relationship.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDirectoryId(String directoryId)
The directory ID of the AWS directory for which to update the conditional forwarder.
directoryId - The directory ID of the AWS directory for which to update the
conditional forwarder.public String getDirectoryId()
The directory ID of the AWS directory for which to update the conditional forwarder.
public UpdateConditionalForwarderRequest withDirectoryId(String directoryId)
The directory ID of the AWS directory for which to update the conditional forwarder.
directoryId - The directory ID of the AWS directory for which to update the
conditional forwarder.public void setRemoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
remoteDomainName - The fully qualified domain name (FQDN) of the remote domain with
which you will set up a trust relationship.public String getRemoteDomainName()
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
public UpdateConditionalForwarderRequest withRemoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
remoteDomainName - The fully qualified domain name (FQDN) of the remote domain with
which you will set up a trust relationship.public List<String> getDnsIpAddrs()
The updated IP addresses of the remote DNS server associated with the conditional forwarder.
public void setDnsIpAddrs(Collection<String> dnsIpAddrs)
The updated IP addresses of the remote DNS server associated with the conditional forwarder.
dnsIpAddrs - The updated IP addresses of the remote DNS server associated with
the conditional forwarder.public UpdateConditionalForwarderRequest withDnsIpAddrs(String... dnsIpAddrs)
The updated IP addresses of the remote DNS server associated with the conditional forwarder.
NOTE: This method appends the values to the existing list (if
any). Use setDnsIpAddrs(java.util.Collection) or
withDnsIpAddrs(java.util.Collection) if you want to override the
existing values.
dnsIpAddrs - The updated IP addresses of the remote DNS server associated with
the conditional forwarder.public UpdateConditionalForwarderRequest withDnsIpAddrs(Collection<String> dnsIpAddrs)
The updated IP addresses of the remote DNS server associated with the conditional forwarder.
dnsIpAddrs - The updated IP addresses of the remote DNS server associated with
the conditional forwarder.public String toString()
toString in class ObjectObject.toString()public UpdateConditionalForwarderRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.