Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListCloudFrontOriginAccessIdentitiesRequest.Builder,ListCloudFrontOriginAccessIdentitiesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListCloudFrontOriginAccessIdentitiesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListCloudFrontOriginAccessIdentitiesRequest.Builder,ListCloudFrontOriginAccessIdentitiesRequest>
The request to list origin access identities.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListCloudFrontOriginAccessIdentitiesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListCloudFrontOriginAccessIdentitiesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
marker() |
Use this when paginating results to indicate where to begin in your list of origin access identities.
|
String |
maxItems() |
The maximum number of origin access identities you want in the response body.
|
static Class<? extends ListCloudFrontOriginAccessIdentitiesRequest.Builder> |
serializableBuilderClass() |
|
ListCloudFrontOriginAccessIdentitiesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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).
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 maxItems()
The maximum number of origin access identities you want in the response body.
public ListCloudFrontOriginAccessIdentitiesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListCloudFrontOriginAccessIdentitiesRequest.Builder,ListCloudFrontOriginAccessIdentitiesRequest>
public static ListCloudFrontOriginAccessIdentitiesRequest.Builder builder()
public static Class<? extends ListCloudFrontOriginAccessIdentitiesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.