|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
public class CloudFrontOriginAccessIdentityList
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 |
---|
public CloudFrontOriginAccessIdentityList()
Method Detail |
---|
public String getMarker()
public void setMarker(String marker)
marker
- The value you provided for the Marker request parameter.public CloudFrontOriginAccessIdentityList withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- The value you provided for the Marker request parameter.
public String getNextMarker()
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 CloudFrontOriginAccessIdentityList withNextMarker(String nextMarker)
Returns a reference to this object so that method calls can be chained together.
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 Integer getMaxItems()
public void setMaxItems(Integer maxItems)
maxItems
- The value you provided for the MaxItems request parameter.public CloudFrontOriginAccessIdentityList withMaxItems(Integer maxItems)
Returns a reference to this object so that method calls can be chained together.
maxItems
- The value you provided for the MaxItems request parameter.
public Boolean isTruncated()
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 CloudFrontOriginAccessIdentityList withIsTruncated(Boolean isTruncated)
Returns a reference to this object so that method calls can be chained together.
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 List<CloudFrontOriginAccessIdentitySummary> getCloudFrontOriginAccessIdentitySummaries()
public void setCloudFrontOriginAccessIdentitySummaries(Collection<CloudFrontOriginAccessIdentitySummary> cloudFrontOriginAccessIdentitySummaries)
cloudFrontOriginAccessIdentitySummaries
- An XML structure containing a summary of the origin access identity.public CloudFrontOriginAccessIdentityList withCloudFrontOriginAccessIdentitySummaries(CloudFrontOriginAccessIdentitySummary... cloudFrontOriginAccessIdentitySummaries)
Returns a reference to this object so that method calls can be chained together.
cloudFrontOriginAccessIdentitySummaries
- An XML structure containing a summary of the origin access identity.
public CloudFrontOriginAccessIdentityList withCloudFrontOriginAccessIdentitySummaries(Collection<CloudFrontOriginAccessIdentitySummary> cloudFrontOriginAccessIdentitySummaries)
Returns a reference to this object so that method calls can be chained together.
cloudFrontOriginAccessIdentitySummaries
- An XML structure containing a summary of the origin access identity.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |