@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteConditionalForwarderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Deletes a conditional forwarder.
NOOP| Constructor and Description |
|---|
DeleteConditionalForwarderRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteConditionalForwarderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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.
|
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, 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()