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