Class DescribeConditionalForwardersRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The directory ID for which to get the list of associated conditional forwarders.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.toString()
Returns a string representation of this object; useful for testing and debugging.withDirectoryId
(String directoryId) The directory ID for which to get the list of associated conditional forwarders.withRemoteDomainNames
(String... remoteDomainNames) The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders.withRemoteDomainNames
(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
-
Constructor Details
-
DescribeConditionalForwardersRequest
public DescribeConditionalForwardersRequest()
-
-
Method Details
-
setDirectoryId
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
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
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
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-