|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudfront.model.DistributionList
public class DistributionList
A distribution list.
Constructor Summary | |
---|---|
DistributionList()
Default constructor for a new DistributionList object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Boolean |
getIsTruncated()
A flag that indicates whether more distributions remain to be listed. |
List<DistributionSummary> |
getItems()
A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account. |
String |
getMarker()
The value you provided for the Marker request parameter. |
Integer |
getMaxItems()
The value you provided for the MaxItems request parameter. |
String |
getNextMarker()
If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off. |
Integer |
getQuantity()
The number of distributions that were created by the current AWS account. |
int |
hashCode()
|
Boolean |
isTruncated()
A flag that indicates whether more distributions remain to be listed. |
void |
setIsTruncated(Boolean isTruncated)
A flag that indicates whether more distributions remain to be listed. |
void |
setItems(Collection<DistributionSummary> items)
A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account. |
void |
setMarker(String marker)
The value you provided for the Marker request parameter. |
void |
setMaxItems(Integer maxItems)
The value you provided for the MaxItems request parameter. |
void |
setNextMarker(String nextMarker)
If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off. |
void |
setQuantity(Integer quantity)
The number of distributions that were created by the current AWS account. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DistributionList |
withIsTruncated(Boolean isTruncated)
A flag that indicates whether more distributions remain to be listed. |
DistributionList |
withItems(Collection<DistributionSummary> items)
A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account. |
DistributionList |
withItems(DistributionSummary... items)
A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account. |
DistributionList |
withMarker(String marker)
The value you provided for the Marker request parameter. |
DistributionList |
withMaxItems(Integer maxItems)
The value you provided for the MaxItems request parameter. |
DistributionList |
withNextMarker(String nextMarker)
If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off. |
DistributionList |
withQuantity(Integer quantity)
The number of distributions that were created by the current AWS account. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DistributionList()
Method Detail |
---|
public String getMarker()
public void setMarker(String marker)
marker
- The value you provided for the Marker request parameter.public DistributionList withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- The value you provided for the Marker request parameter.
public String getNextMarker()
public void setNextMarker(String nextMarker)
nextMarker
- If IsTruncated is true, this element is present and contains the value
you can use for the Marker request parameter to continue listing your
distributions where they left off.public DistributionList withNextMarker(String nextMarker)
Returns a reference to this object so that method calls can be chained together.
nextMarker
- If IsTruncated is true, this element is present and contains the value
you can use for the Marker request parameter to continue listing your
distributions where they left off.
public Integer getMaxItems()
public void setMaxItems(Integer maxItems)
maxItems
- The value you provided for the MaxItems request parameter.public DistributionList withMaxItems(Integer maxItems)
Returns a reference to this object so that method calls can be chained together.
maxItems
- The value you provided for the MaxItems request parameter.
public Boolean isTruncated()
public void setIsTruncated(Boolean isTruncated)
isTruncated
- A flag that indicates whether more distributions remain to be listed.
If your results were truncated, you can make a follow-up pagination
request using the Marker request parameter to retrieve more
distributions in the list.public DistributionList withIsTruncated(Boolean isTruncated)
Returns a reference to this object so that method calls can be chained together.
isTruncated
- A flag that indicates whether more distributions remain to be listed.
If your results were truncated, you can make a follow-up pagination
request using the Marker request parameter to retrieve more
distributions in the list.
public Boolean getIsTruncated()
public Integer getQuantity()
public void setQuantity(Integer quantity)
quantity
- The number of distributions that were created by the current AWS
account.public DistributionList withQuantity(Integer quantity)
Returns a reference to this object so that method calls can be chained together.
quantity
- The number of distributions that were created by the current AWS
account.
public List<DistributionSummary> getItems()
public void setItems(Collection<DistributionSummary> items)
items
- A complex type that contains one DistributionSummary element for each
distribution that was created by the current AWS account.public DistributionList withItems(DistributionSummary... items)
Returns a reference to this object so that method calls can be chained together.
items
- A complex type that contains one DistributionSummary element for each
distribution that was created by the current AWS account.
public DistributionList withItems(Collection<DistributionSummary> items)
Returns a reference to this object so that method calls can be chained together.
items
- A complex type that contains one DistributionSummary element for each
distribution that was created by the current AWS account.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |