@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConditionalForwarderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Updates a conditional forwarder.
NOOP
Constructor and Description |
---|
UpdateConditionalForwarderRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateConditionalForwarderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public UpdateConditionalForwarderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.