public class DescribeConditionalForwardersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeConditionalForwardersRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeConditionalForwardersRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The directory ID for which to get the list of associated conditional
forwarders.
|
List<String> |
getRemoteDomainNames()
The fully qualified domain names (FQDN) of the remote domains for which
to get the list of associated conditional forwarders.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The directory ID for which to get the list of associated conditional
forwarders.
|
void |
setRemoteDomainNames(Collection<String> remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which
to get the list of associated conditional forwarders.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConditionalForwardersRequest |
withDirectoryId(String directoryId)
The directory ID for which to get the list of associated conditional
forwarders.
|
DescribeConditionalForwardersRequest |
withRemoteDomainNames(Collection<String> remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which
to get the list of associated conditional forwarders.
|
DescribeConditionalForwardersRequest |
withRemoteDomainNames(String... remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which
to get the list of associated conditional forwarders.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeConditionalForwardersRequest()
public void setDirectoryId(String directoryId)
The directory ID for which to get the list of associated conditional forwarders.
directoryId - The directory ID for which to get the list of associated
conditional forwarders.public String getDirectoryId()
The directory ID for which to get the list of associated conditional forwarders.
public DescribeConditionalForwardersRequest withDirectoryId(String directoryId)
The directory ID for which to get the list of associated conditional forwarders.
directoryId - The directory ID for which to get the list of associated
conditional forwarders.public List<String> getRemoteDomainNames()
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
public void setRemoteDomainNames(Collection<String> remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
remoteDomainNames - The fully qualified domain names (FQDN) of the remote domains for
which to get the list of associated conditional forwarders. If
this member is null, all conditional forwarders are returned.public DescribeConditionalForwardersRequest withRemoteDomainNames(String... remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
NOTE: This method appends the values to the existing list (if
any). Use setRemoteDomainNames(java.util.Collection) or
withRemoteDomainNames(java.util.Collection) if you want to
override the existing values.
remoteDomainNames - The fully qualified domain names (FQDN) of the remote domains for
which to get the list of associated conditional forwarders. If
this member is null, all conditional forwarders are returned.public DescribeConditionalForwardersRequest withRemoteDomainNames(Collection<String> remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
remoteDomainNames - The fully qualified domain names (FQDN) of the remote domains for
which to get the list of associated conditional forwarders. If
this member is null, all conditional forwarders are returned.public String toString()
toString in class ObjectObject.toString()public DescribeConditionalForwardersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.