com.amazonaws.services.cloudfront.model
Class CloudFrontOriginAccessIdentityList

java.lang.Object
  extended by com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList

public class CloudFrontOriginAccessIdentityList
extends Object

The CloudFrontOriginAccessIdentityList type.


Constructor Summary
CloudFrontOriginAccessIdentityList()
          Default constructor for a new CloudFrontOriginAccessIdentityList object.
 
Method Summary
 boolean equals(Object obj)
           
 List<CloudFrontOriginAccessIdentitySummary> getCloudFrontOriginAccessIdentitySummaries()
          An XML structure containing a summary of the origin access identity.
 Boolean getIsTruncated()
          A flag that indicates whether more origin access identities remain to be listed.
 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 origin access identities where they left off.
 int hashCode()
           
 Boolean isTruncated()
          A flag that indicates whether more origin access identities remain to be listed.
 void setCloudFrontOriginAccessIdentitySummaries(Collection<CloudFrontOriginAccessIdentitySummary> cloudFrontOriginAccessIdentitySummaries)
          An XML structure containing a summary of the origin access identity.
 void setIsTruncated(Boolean isTruncated)
          A flag that indicates whether more origin access identities remain to be listed.
 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 origin access identities where they left off.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CloudFrontOriginAccessIdentityList withCloudFrontOriginAccessIdentitySummaries(CloudFrontOriginAccessIdentitySummary... cloudFrontOriginAccessIdentitySummaries)
          An XML structure containing a summary of the origin access identity.
 CloudFrontOriginAccessIdentityList withCloudFrontOriginAccessIdentitySummaries(Collection<CloudFrontOriginAccessIdentitySummary> cloudFrontOriginAccessIdentitySummaries)
          An XML structure containing a summary of the origin access identity.
 CloudFrontOriginAccessIdentityList withIsTruncated(Boolean isTruncated)
          A flag that indicates whether more origin access identities remain to be listed.
 CloudFrontOriginAccessIdentityList withMarker(String marker)
          The value you provided for the Marker request parameter.
 CloudFrontOriginAccessIdentityList withMaxItems(Integer maxItems)
          The value you provided for the MaxItems request parameter.
 CloudFrontOriginAccessIdentityList 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 origin access identities where they left off.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloudFrontOriginAccessIdentityList

public CloudFrontOriginAccessIdentityList()
Default constructor for a new CloudFrontOriginAccessIdentityList 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 CloudFrontOriginAccessIdentityList 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 origin access identities 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 origin access identities 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 origin access identities 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 origin access identities where they left off.

withNextMarker

public CloudFrontOriginAccessIdentityList 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 origin access identities 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 origin access identities 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 CloudFrontOriginAccessIdentityList 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 origin access identities 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 items in the list.

Returns:
A flag that indicates whether more origin access identities 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 items in the list.

setIsTruncated

public void setIsTruncated(Boolean isTruncated)
A flag that indicates whether more origin access identities 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 items in the list.

Parameters:
isTruncated - A flag that indicates whether more origin access identities 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 items in the list.

withIsTruncated

public CloudFrontOriginAccessIdentityList withIsTruncated(Boolean isTruncated)
A flag that indicates whether more origin access identities 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 items 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 origin access identities 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 items 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 origin access identities 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 items in the list.

Returns:
A flag that indicates whether more origin access identities 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 items in the list.

getCloudFrontOriginAccessIdentitySummaries

public List<CloudFrontOriginAccessIdentitySummary> getCloudFrontOriginAccessIdentitySummaries()
An XML structure containing a summary of the origin access identity.

Returns:
An XML structure containing a summary of the origin access identity.

setCloudFrontOriginAccessIdentitySummaries

public void setCloudFrontOriginAccessIdentitySummaries(Collection<CloudFrontOriginAccessIdentitySummary> cloudFrontOriginAccessIdentitySummaries)
An XML structure containing a summary of the origin access identity.

Parameters:
cloudFrontOriginAccessIdentitySummaries - An XML structure containing a summary of the origin access identity.

withCloudFrontOriginAccessIdentitySummaries

public CloudFrontOriginAccessIdentityList withCloudFrontOriginAccessIdentitySummaries(CloudFrontOriginAccessIdentitySummary... cloudFrontOriginAccessIdentitySummaries)
An XML structure containing a summary of the origin access identity.

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

Parameters:
cloudFrontOriginAccessIdentitySummaries - An XML structure containing a summary of the origin access identity.
Returns:
A reference to this updated object so that method calls can be chained together.

withCloudFrontOriginAccessIdentitySummaries

public CloudFrontOriginAccessIdentityList withCloudFrontOriginAccessIdentitySummaries(Collection<CloudFrontOriginAccessIdentitySummary> cloudFrontOriginAccessIdentitySummaries)
An XML structure containing a summary of the origin access identity.

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

Parameters:
cloudFrontOriginAccessIdentitySummaries - An XML structure containing a summary of the origin access identity.
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.