@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; 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.
|
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 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.