Class DescribeConditionalForwardersRequest

    • Constructor Detail

      • DescribeConditionalForwardersRequest

        public DescribeConditionalForwardersRequest()
    • 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) or withRemoteDomainNames(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:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object