public class ListCloudFrontOriginAccessIdentitiesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
marker
Use this when paginating results to indicate where to begin in your list
of origin access identities.
|
private java.lang.String |
maxItems
The maximum number of origin access identities you want in the response
body.
|
NOOP
Constructor and Description |
---|
ListCloudFrontOriginAccessIdentitiesRequest() |
Modifier and Type | Method and Description |
---|---|
ListCloudFrontOriginAccessIdentitiesRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String marker
private java.lang.String maxItems
public ListCloudFrontOriginAccessIdentitiesRequest()
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 java.lang.String getMarker()
public ListCloudFrontOriginAccessIdentitiesRequest withMarker(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 void setMaxItems(java.lang.String maxItems)
maxItems
- The maximum number of origin access identities you want in the
response body.public java.lang.String getMaxItems()
public ListCloudFrontOriginAccessIdentitiesRequest withMaxItems(java.lang.String maxItems)
maxItems
- The maximum number of origin access identities you want in the
response body.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 ListCloudFrontOriginAccessIdentitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()