public class ListCloudFrontOriginAccessIdentitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCloudFrontOriginAccessIdentitiesRequest() |
Modifier and Type | Method and Description |
---|---|
ListCloudFrontOriginAccessIdentitiesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
Use this when paginating results to indicate where to begin in your list
of origin access identities.
|
String |
getMaxItems()
The maximum number of origin access identities you want in the response
body.
|
int |
hashCode() |
void |
setMarker(String marker)
Use this when paginating results to indicate where to begin in your list
of origin access identities.
|
void |
setMaxItems(String maxItems)
The maximum number of origin access identities you want in the response
body.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListCloudFrontOriginAccessIdentitiesRequest |
withMarker(String marker)
Use this when paginating results to indicate where to begin in your list
of origin access identities.
|
ListCloudFrontOriginAccessIdentitiesRequest |
withMaxItems(String maxItems)
The maximum number of origin access identities you want in the response
body.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListCloudFrontOriginAccessIdentitiesRequest()
public void setMarker(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 String getMarker()
public ListCloudFrontOriginAccessIdentitiesRequest withMarker(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(String maxItems)
maxItems
- The maximum number of origin access identities you want in the
response body.public String getMaxItems()
public ListCloudFrontOriginAccessIdentitiesRequest withMaxItems(String maxItems)
maxItems
- The maximum number of origin access identities you want in the
response body.public String toString()
toString
in class Object
Object.toString()
public ListCloudFrontOriginAccessIdentitiesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.