public class ListCloudFrontOriginAccessIdentitiesRequest extends AmazonWebServiceRequest
ListCloudFrontOriginAccessIdentities operation.
List origin access identities.
com.amazonaws.services.cloudfront_2012_03_152012_03_15AmazonCloudFront#listCloudFrontOriginAccessIdentities(ListCloudFrontOriginAccessIdentitiesRequest)| コンストラクタと説明 |
|---|
ListCloudFrontOriginAccessIdentitiesRequest()
Default constructor for a new ListCloudFrontOriginAccessIdentitiesRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
Use this when paginating results to indicate where to begin in your
list of origin access identities.
|
java.lang.String |
getMaxItems()
The maximum number of origin access identities you want in the
response body.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
Use this when paginating results to indicate where to begin in your
list of origin access identities.
|
void |
setMaxItems(java.lang.String maxItems)
The maximum number of origin access identities you want in the
response body.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListCloudFrontOriginAccessIdentitiesRequest |
withMarker(java.lang.String marker)
Use this when paginating results to indicate where to begin in your
list of origin access identities.
|
ListCloudFrontOriginAccessIdentitiesRequest |
withMaxItems(java.lang.String maxItems)
The maximum number of origin access identities you want in the
response body.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic ListCloudFrontOriginAccessIdentitiesRequest()
public java.lang.String getMarker()
public void setMarker(java.lang.String marker)
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 ListCloudFrontOriginAccessIdentitiesRequest withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
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 java.lang.String getMaxItems()
public void setMaxItems(java.lang.String maxItems)
maxItems - The maximum number of origin access identities you want in the
response body.public ListCloudFrontOriginAccessIdentitiesRequest withMaxItems(java.lang.String maxItems)
Returns a reference to this object so that method calls can be chained together.
maxItems - The maximum number of origin access identities you want in the
response body.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object