@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudFrontOriginAccessIdentityList extends Object implements Serializable, Cloneable
Lists the origin access identities for CloudFront.Send a GET
request to the
/CloudFront API version/origin-access-identity/cloudfront
resource. The response includes a
CloudFrontOriginAccessIdentityList
element with zero or more
CloudFrontOriginAccessIdentitySummary
child elements. By default, your entire list of origin access
identities is returned in one single page. If the list is long, you can paginate it using the MaxItems
and Marker
parameters.
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()
Use this when paginating results to indicate where to begin in your list of origin access identities.
|
Integer |
getMaxItems()
The maximum number of origin access identities you want in the response body.
|
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)
Use this when paginating results to indicate where to begin in your list of origin access identities.
|
void |
setMaxItems(Integer maxItems)
The maximum number of origin access identities you want in the response body.
|
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)
Use this when paginating results to indicate where to begin in your list of origin access identities.
|
CloudFrontOriginAccessIdentityList |
withMaxItems(Integer maxItems)
The maximum number of origin access identities you want in the response body.
|
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)
Use this when paginating results to indicate where to begin in your list of origin access identities. The results
include identities in the list that occur after the marker. To get the next page of results, set the
Marker
to the value of the NextMarker
from the current page's response (which is also
the ID of the last identity on that page).
marker
- Use this when paginating results to indicate where to begin in your list of origin access identities. The
results include identities in the list that occur after the marker. To get the next page of results, set
the Marker
to the value of the NextMarker
from the current page's response
(which is also the ID of the last identity on that page).public String getMarker()
Use this when paginating results to indicate where to begin in your list of origin access identities. The results
include identities in the list that occur after the marker. To get the next page of results, set the
Marker
to the value of the NextMarker
from the current page's response (which is also
the ID of the last identity on that page).
Marker
to the value of the NextMarker
from the current page's response
(which is also the ID of the last identity on that page).public CloudFrontOriginAccessIdentityList withMarker(String marker)
Use this when paginating results to indicate where to begin in your list of origin access identities. The results
include identities in the list that occur after the marker. To get the next page of results, set the
Marker
to the value of the NextMarker
from the current page's response (which is also
the ID of the last identity on that page).
marker
- Use this when paginating results to indicate where to begin in your list of origin access identities. The
results include identities in the list that occur after the marker. To get the next page of results, set
the Marker
to the value of the NextMarker
from the current page's response
(which is also the ID of the last identity on that page).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.
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()
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.
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 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.
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)
The maximum number of origin access identities you want in the response body.
maxItems
- The maximum number of origin access identities you want in the response body.public Integer getMaxItems()
The maximum number of origin access identities you want in the response body.
public CloudFrontOriginAccessIdentityList withMaxItems(Integer maxItems)
The maximum number of origin access identities you want in the response body.
maxItems
- The maximum number of origin access identities you want in the response body.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.
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()
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.
Marker
request parameter to
retrieve more items in the list.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.
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()
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.
Marker
request parameter to
retrieve more items in the list.public void setQuantity(Integer quantity)
The number of CloudFront origin access identities that were created by the current AWS account.
quantity
- The number of CloudFront origin access identities that were created by the current AWS account.public Integer getQuantity()
The number of CloudFront origin access identities that were created by the current AWS account.
public CloudFrontOriginAccessIdentityList withQuantity(Integer quantity)
The number of CloudFront origin access identities that were created by the current AWS account.
quantity
- The number of CloudFront origin access identities that were created by the current AWS account.public List<CloudFrontOriginAccessIdentitySummary> getItems()
A complex type that contains one CloudFrontOriginAccessIdentitySummary
element for each origin
access identity that was created by the current AWS account.
CloudFrontOriginAccessIdentitySummary
element for each
origin access identity that was created by the current AWS account.public 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.
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)
A complex type that contains one CloudFrontOriginAccessIdentitySummary
element for each origin
access identity that was created by the current AWS account.
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)
A complex type that contains one CloudFrontOriginAccessIdentitySummary
element for each origin
access identity that was created by the current AWS account.
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.