Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudfront.model
Class DistributionList

java.lang.Object
  extended by com.amazonaws.services.cloudfront.model.DistributionList
All Implemented Interfaces:
Serializable

public class DistributionList
extends Object
implements Serializable

A distribution list.

See Also:
Serialized Form

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

DistributionList

public DistributionList()
Default constructor for a new DistributionList object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.

Method Detail

getMarker

public String getMarker()
The value you provided for the Marker request parameter.

Returns:
The value you provided for the Marker request parameter.

setMarker

public void setMarker(String marker)
The value you provided for the Marker request parameter.

Parameters:
marker - The value you provided for the Marker request parameter.

withMarker

public DistributionList withMarker(String marker)
The value you provided for the Marker request parameter.

Returns a reference to this object so that method calls can be chained together.

Parameters:
marker - The value you provided for the Marker request parameter.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextMarker

public 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.

Returns:
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.

setNextMarker

public 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.

Parameters:
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.

withNextMarker

public 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

getMaxItems

public Integer getMaxItems()
The value you provided for the MaxItems request parameter.

Returns:
The value you provided for the MaxItems request parameter.

setMaxItems

public void setMaxItems(Integer maxItems)
The value you provided for the MaxItems request parameter.

Parameters:
maxItems - The value you provided for the MaxItems request parameter.

withMaxItems

public DistributionList withMaxItems(Integer maxItems)
The value you provided for the MaxItems request parameter.

Returns a reference to this object so that method calls can be chained together.

Parameters:
maxItems - The value you provided for the MaxItems request parameter.
Returns:
A reference to this updated object so that method calls can be chained together.

isTruncated

public Boolean 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.

Returns:
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.

setIsTruncated

public void setIsTruncated(Boolean 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.

Parameters:
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.

withIsTruncated

public DistributionList withIsTruncated(Boolean 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

getIsTruncated

public Boolean getIsTruncated()
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.

Returns:
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.

getQuantity

public Integer getQuantity()
The number of distributions that were created by the current AWS account.

Returns:
The number of distributions that were created by the current AWS account.

setQuantity

public void setQuantity(Integer quantity)
The number of distributions that were created by the current AWS account.

Parameters:
quantity - The number of distributions that were created by the current AWS account.

withQuantity

public DistributionList withQuantity(Integer quantity)
The number of distributions that were created by the current AWS account.

Returns a reference to this object so that method calls can be chained together.

Parameters:
quantity - The number of distributions that were created by the current AWS account.
Returns:
A reference to this updated object so that method calls can be chained together.

getItems

public List<DistributionSummary> getItems()
A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

Returns:
A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

setItems

public void setItems(Collection<DistributionSummary> items)
A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

Parameters:
items - A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

withItems

public DistributionList withItems(DistributionSummary... items)
A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

Returns a reference to this object so that method calls can be chained together.

Parameters:
items - A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.
Returns:
A reference to this updated object so that method calls can be chained together.

withItems

public DistributionList withItems(Collection<DistributionSummary> items)
A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

Returns a reference to this object so that method calls can be chained together.

Parameters:
items - A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.
Returns:
A reference to this updated 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 class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.