@Generated(value="software.amazon.awssdk:codegen") public class ListCloudFrontOriginAccessIdentitiesRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListCloudFrontOriginAccessIdentitiesRequest.Builder,ListCloudFrontOriginAccessIdentitiesRequest>
The request to list origin access identities.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListCloudFrontOriginAccessIdentitiesRequest.Builder |
NOOP| Modifier and Type | Method and 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() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListCloudFrontOriginAccessIdentitiesRequest.Builder,ListCloudFrontOriginAccessIdentitiesRequest>public static ListCloudFrontOriginAccessIdentitiesRequest.Builder builder()
public static Class<? extends ListCloudFrontOriginAccessIdentitiesRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.