Class ListDistributionsResult
- java.lang.Object
-
- com.amazonaws.services.cloudfront.model.ListDistributionsResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class ListDistributionsResult extends Object implements Serializable, Cloneable
The returned result of the corresponding request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListDistributionsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDistributionsResult
clone()
boolean
equals(Object obj)
DistributionList
getDistributionList()
The DistributionList type.int
hashCode()
void
setDistributionList(DistributionList distributionList)
The DistributionList type.String
toString()
Returns a string representation of this object; useful for testing and debugging.ListDistributionsResult
withDistributionList(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 ListDistributionsResult 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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListDistributionsResult clone()
-
-