#[non_exhaustive]pub struct ListDistributionsByKeyGroupInput { /* private fields */ }
Implementations§
source§impl ListDistributionsByKeyGroupInput
impl ListDistributionsByKeyGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDistributionsByKeyGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDistributionsByKeyGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDistributionsByKeyGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDistributionsByKeyGroupInput
.
source§impl ListDistributionsByKeyGroupInput
impl ListDistributionsByKeyGroupInput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response includes distribution IDs in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker
from the current page's response.
sourcepub fn max_items(&self) -> Option<i32>
pub fn max_items(&self) -> Option<i32>
The maximum number of distribution IDs that you want in the response.
sourcepub fn key_group_id(&self) -> Option<&str>
pub fn key_group_id(&self) -> Option<&str>
The ID of the key group whose associated distribution IDs you are listing.
Trait Implementations§
source§impl Clone for ListDistributionsByKeyGroupInput
impl Clone for ListDistributionsByKeyGroupInput
source§fn clone(&self) -> ListDistributionsByKeyGroupInput
fn clone(&self) -> ListDistributionsByKeyGroupInput
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<ListDistributionsByKeyGroupInput> for ListDistributionsByKeyGroupInput
impl PartialEq<ListDistributionsByKeyGroupInput> for ListDistributionsByKeyGroupInput
source§fn eq(&self, other: &ListDistributionsByKeyGroupInput) -> bool
fn eq(&self, other: &ListDistributionsByKeyGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.