Class DescribeConditionalForwardersRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.directory.model.DescribeConditionalForwardersRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class DescribeConditionalForwardersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description DescribeConditionalForwardersRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeConditionalForwardersRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)StringgetDirectoryId()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.inthashCode()voidsetDirectoryId(String directoryId)The directory ID for which to get the list of associated conditional forwarders.voidsetRemoteDomainNames(Collection<String> remoteDomainNames)The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeConditionalForwardersRequestwithDirectoryId(String directoryId)The directory ID for which to get the list of associated conditional forwarders.DescribeConditionalForwardersRequestwithRemoteDomainNames(String... remoteDomainNames)The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders.DescribeConditionalForwardersRequestwithRemoteDomainNames(Collection<String> remoteDomainNames)The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
-
-
-
Method Detail
-
setDirectoryId
public void setDirectoryId(String directoryId)
The directory ID for which to get the list of associated conditional forwarders.
- Parameters:
directoryId- The directory ID for which to get the list of associated conditional forwarders.
-
getDirectoryId
public String getDirectoryId()
The directory ID for which to get the list of associated conditional forwarders.
- Returns:
- The directory ID for which to get the list of associated conditional forwarders.
-
withDirectoryId
public DescribeConditionalForwardersRequest withDirectoryId(String directoryId)
The directory ID for which to get the list of associated conditional forwarders.
- Parameters:
directoryId- The directory ID for which to get the list of associated conditional forwarders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getRemoteDomainNames
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.
- Returns:
- 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.
-
setRemoteDomainNames
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.
- Parameters:
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.
-
withRemoteDomainNames
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)orwithRemoteDomainNames(java.util.Collection)if you want to override the existing values.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withRemoteDomainNames
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeConditionalForwardersRequest clone()
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
Object.clone()
-
-