Class ListCloudFrontOriginAccessIdentitiesRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesRequest
-
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class ListCloudFrontOriginAccessIdentitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request to list origin access identities.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description ListCloudFrontOriginAccessIdentitiesRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListCloudFrontOriginAccessIdentitiesRequest
clone()
Creates a shallow clone of this request.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.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
-
-
-
Method Detail
-
setMarker
public void setMarker(String 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).- Parameters:
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).
-
getMarker
public String getMarker()
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).- Returns:
- 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).
-
withMarker
public ListCloudFrontOriginAccessIdentitiesRequest withMarker(String 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).- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxItems
public void setMaxItems(String maxItems)
The maximum number of origin access identities you want in the response body.- Parameters:
maxItems
- The maximum number of origin access identities you want in the response body.
-
getMaxItems
public String getMaxItems()
The maximum number of origin access identities you want in the response body.- Returns:
- The maximum number of origin access identities you want in the response body.
-
withMaxItems
public ListCloudFrontOriginAccessIdentitiesRequest withMaxItems(String maxItems)
The maximum number of origin access identities you want in the response body.- Parameters:
maxItems
- The maximum number of origin access identities you want in the response body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListCloudFrontOriginAccessIdentitiesRequest clone()
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
Object.clone()
-
-