public class CloudFrontOriginAccessIdentityList extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
CloudFrontOriginAccessIdentityList() |
public void setMarker(String marker)
marker - public String getMarker()
public CloudFrontOriginAccessIdentityList withMarker(String marker)
marker - public void setNextMarker(String nextMarker)
nextMarker - public String getNextMarker()
public CloudFrontOriginAccessIdentityList withNextMarker(String nextMarker)
nextMarker - public void setMaxItems(Integer maxItems)
maxItems - public Integer getMaxItems()
public CloudFrontOriginAccessIdentityList withMaxItems(Integer maxItems)
maxItems - public void setIsTruncated(Boolean isTruncated)
isTruncated - public Boolean getIsTruncated()
public CloudFrontOriginAccessIdentityList withIsTruncated(Boolean isTruncated)
isTruncated - public Boolean isTruncated()
public void setQuantity(Integer quantity)
quantity - public Integer getQuantity()
public CloudFrontOriginAccessIdentityList withQuantity(Integer quantity)
quantity - public List<CloudFrontOriginAccessIdentitySummary> getItems()
public void setItems(Collection<CloudFrontOriginAccessIdentitySummary> items)
items - public CloudFrontOriginAccessIdentityList withItems(CloudFrontOriginAccessIdentitySummary... items)
NOTE: This method appends the values to the existing list (if
any). Use setItems(java.util.Collection) or
withItems(java.util.Collection) if you want to override the
existing values.
items - public CloudFrontOriginAccessIdentityList withItems(Collection<CloudFrontOriginAccessIdentitySummary> items)
items - public String toString()
toString in class ObjectObject.toString()public CloudFrontOriginAccessIdentityList clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.