#[non_exhaustive]pub struct ListCloudFrontOriginAccessIdentitiesInput { /* private fields */ }
Expand description
The request to list origin access identities.
Implementations§
source§impl ListCloudFrontOriginAccessIdentitiesInput
impl ListCloudFrontOriginAccessIdentitiesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCloudFrontOriginAccessIdentities, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCloudFrontOriginAccessIdentities, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListCloudFrontOriginAccessIdentities
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCloudFrontOriginAccessIdentitiesInput
.
source§impl ListCloudFrontOriginAccessIdentitiesInput
impl ListCloudFrontOriginAccessIdentitiesInput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
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).
Trait Implementations§
source§impl Clone for ListCloudFrontOriginAccessIdentitiesInput
impl Clone for ListCloudFrontOriginAccessIdentitiesInput
source§fn clone(&self) -> ListCloudFrontOriginAccessIdentitiesInput
fn clone(&self) -> ListCloudFrontOriginAccessIdentitiesInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<ListCloudFrontOriginAccessIdentitiesInput> for ListCloudFrontOriginAccessIdentitiesInput
impl PartialEq<ListCloudFrontOriginAccessIdentitiesInput> for ListCloudFrontOriginAccessIdentitiesInput
source§fn eq(&self, other: &ListCloudFrontOriginAccessIdentitiesInput) -> bool
fn eq(&self, other: &ListCloudFrontOriginAccessIdentitiesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.