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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListDistributionsByWebACLIdResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDistributionsByWebACLIdResultclone()booleanequals(Object obj)DistributionListgetDistributionList()The DistributionList type.inthashCode()voidsetDistributionList(DistributionList distributionList)The DistributionList type.StringtoString()Returns a string representation of this object; useful for testing and debugging.ListDistributionsByWebACLIdResultwithDistributionList(DistributionList distributionList)The DistributionList type.
-
-
-
Method Detail
-
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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListDistributionsByWebACLIdResult clone()
-
-