Class ListDistributionsResult
java.lang.Object
com.amazonaws.services.cloudfront.model.ListDistributionsResult
- All Implemented Interfaces:
Serializable
,Cloneable
The returned result of the corresponding request.
- 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
-
ListDistributionsResult
public ListDistributionsResult()
-
-
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
-