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:
  • Constructor Details

    • DescribeConditionalForwardersRequest

      public DescribeConditionalForwardersRequest()
  • Method Details

    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • 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 class AmazonWebServiceRequest
      See Also: