public class CloudFrontOriginAccessIdentityList extends Object implements Serializable, Cloneable
Constructor and Description |
---|
CloudFrontOriginAccessIdentityList() |
Modifier and Type | Method and Description |
---|---|
CloudFrontOriginAccessIdentityList |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsTruncated()
A flag that indicates whether more origin access identities remain to be
listed.
|
List<CloudFrontOriginAccessIdentitySummary> |
getItems()
A complex type that contains one CloudFrontOriginAccessIdentitySummary
element for each origin access identity 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
origin access identities where they left off.
|
Integer |
getQuantity()
The number of CloudFront origin access identities that were created by
the current AWS account.
|
int |
hashCode() |
Boolean |
isTruncated()
A flag that indicates whether more origin access identities remain to be
listed.
|
void |
setIsTruncated(Boolean isTruncated)
A flag that indicates whether more origin access identities remain to be
listed.
|
void |
setItems(Collection<CloudFrontOriginAccessIdentitySummary> items)
A complex type that contains one CloudFrontOriginAccessIdentitySummary
element for each origin access identity 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
origin access identities where they left off.
|
void |
setQuantity(Integer quantity)
The number of CloudFront origin access identities that were created by
the current AWS account.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CloudFrontOriginAccessIdentityList |
withIsTruncated(Boolean isTruncated)
A flag that indicates whether more origin access identities remain to be
listed.
|
CloudFrontOriginAccessIdentityList |
withItems(CloudFrontOriginAccessIdentitySummary... items)
A complex type that contains one CloudFrontOriginAccessIdentitySummary
element for each origin access identity that was created by the current
AWS account.
|
CloudFrontOriginAccessIdentityList |
withItems(Collection<CloudFrontOriginAccessIdentitySummary> items)
A complex type that contains one CloudFrontOriginAccessIdentitySummary
element for each origin access identity that was created by the current
AWS account.
|
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.
|
CloudFrontOriginAccessIdentityList |
withQuantity(Integer quantity)
The number of CloudFront origin access identities that were created by
the current AWS account.
|
public void setMarker(String marker)
marker
- The value you provided for the Marker request parameter.public String getMarker()
public CloudFrontOriginAccessIdentityList withMarker(String marker)
marker
- The value you provided for the Marker request parameter.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 origin access identities where they left off.public String getNextMarker()
public CloudFrontOriginAccessIdentityList withNextMarker(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 origin access identities where they left off.public void setMaxItems(Integer maxItems)
maxItems
- The value you provided for the MaxItems request parameter.public Integer getMaxItems()
public CloudFrontOriginAccessIdentityList withMaxItems(Integer maxItems)
maxItems
- The value you provided for the MaxItems request parameter.public void setIsTruncated(Boolean isTruncated)
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.public Boolean getIsTruncated()
public CloudFrontOriginAccessIdentityList withIsTruncated(Boolean isTruncated)
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.public Boolean isTruncated()
public void setQuantity(Integer quantity)
quantity
- The number of CloudFront origin access identities that were
created by the current AWS account.public Integer getQuantity()
public CloudFrontOriginAccessIdentityList withQuantity(Integer quantity)
quantity
- The number of CloudFront origin access identities that were
created by the current AWS account.public List<CloudFrontOriginAccessIdentitySummary> getItems()
public void setItems(Collection<CloudFrontOriginAccessIdentitySummary> items)
items
- A complex type that contains one
CloudFrontOriginAccessIdentitySummary element for each origin
access identity that was created by the current AWS account.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
- A complex type that contains one
CloudFrontOriginAccessIdentitySummary element for each origin
access identity that was created by the current AWS account.public CloudFrontOriginAccessIdentityList withItems(Collection<CloudFrontOriginAccessIdentitySummary> items)
items
- A complex type that contains one
CloudFrontOriginAccessIdentitySummary element for each origin
access identity that was created by the current AWS account.public String toString()
toString
in class Object
Object.toString()
public CloudFrontOriginAccessIdentityList clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.