public class DeleteConditionalForwarderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteConditionalForwarderRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteConditionalForwarderRequest |
clone()
Creates a shallow clone of this request.
|
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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeleteConditionalForwarderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2018. All rights reserved.