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