Class ListDistributionsByWebACLIdResult

java.lang.Object
com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdResult
All Implemented Interfaces:
Serializable, Cloneable

public class ListDistributionsByWebACLIdResult extends Object implements Serializable, Cloneable
The response to a request to list the distributions that are associated with a specified AWS WAF web ACL.
See Also:
  • Constructor Details

    • ListDistributionsByWebACLIdResult

      public ListDistributionsByWebACLIdResult()
  • Method Details

    • setDistributionList

      public void setDistributionList(DistributionList distributionList)
      The DistributionList type.
      Parameters:
      distributionList - The DistributionList type.
    • getDistributionList

      public DistributionList getDistributionList()
      The DistributionList type.
      Returns:
      The DistributionList type.
    • withDistributionList

      public ListDistributionsByWebACLIdResult withDistributionList(DistributionList distributionList)
      The DistributionList type.
      Parameters:
      distributionList - The DistributionList type.
      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

      Overrides:
      clone in class Object