public class DeleteConditionalForwarderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteConditionalForwarderRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteConditionalForwarderRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The directory ID for which you are deleting the conditional forwarder.
|
String |
getRemoteDomainName()
The fully qualified domain name (FQDN) of the remote domain with which
you are deleting the conditional forwarder.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The directory ID for which you are deleting the conditional forwarder.
|
void |
setRemoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domain with which
you are deleting the conditional forwarder.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteConditionalForwarderRequest |
withDirectoryId(String directoryId)
The directory ID for which you are deleting the conditional forwarder.
|
DeleteConditionalForwarderRequest |
withRemoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domain with which
you are deleting the conditional forwarder.
|
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 for which you are deleting the conditional forwarder.
directoryId - The directory ID for which you are deleting the conditional
forwarder.public String getDirectoryId()
The directory ID for which you are deleting the conditional forwarder.
public DeleteConditionalForwarderRequest withDirectoryId(String directoryId)
The directory ID for which you are deleting the conditional forwarder.
directoryId - The directory ID for which you are deleting the conditional
forwarder.public void setRemoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.
remoteDomainName - The fully qualified domain name (FQDN) of the remote domain with
which you are deleting the conditional forwarder.public String getRemoteDomainName()
The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.
public DeleteConditionalForwarderRequest withRemoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.
remoteDomainName - The fully qualified domain name (FQDN) of the remote domain with
which you are deleting the conditional forwarder.public String toString()
toString in class ObjectObject.toString()public DeleteConditionalForwarderRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.