Class ListDistributionsByWebACLIdResult
java.lang.Object
com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdResult
- All Implemented Interfaces:
Serializable
,Cloneable
The response to a request to list the distributions that are associated with
a specified AWS WAF web ACL.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The DistributionList type.int
hashCode()
void
setDistributionList
(DistributionList distributionList) The DistributionList type.toString()
Returns a string representation of this object; useful for testing and debugging.withDistributionList
(DistributionList distributionList) The DistributionList type.
-
Constructor Details
-
ListDistributionsByWebACLIdResult
public ListDistributionsByWebACLIdResult()
-
-
Method Details
-
setDistributionList
The DistributionList type.- Parameters:
distributionList
- The DistributionList type.
-
getDistributionList
The DistributionList type.- Returns:
- The DistributionList type.
-
withDistributionList
The DistributionList type.- Parameters:
distributionList
- The DistributionList type.- 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
-