#[non_exhaustive]pub struct ListDistributionsByKeyGroupInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for ListDistributionsByKeyGroupInput
impl Clone for ListDistributionsByKeyGroupInput
sourcefn clone(&self) -> ListDistributionsByKeyGroupInput
fn clone(&self) -> ListDistributionsByKeyGroupInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<ListDistributionsByKeyGroupInput> for ListDistributionsByKeyGroupInput
impl PartialEq<ListDistributionsByKeyGroupInput> for ListDistributionsByKeyGroupInput
sourcefn eq(&self, other: &ListDistributionsByKeyGroupInput) -> bool
fn eq(&self, other: &ListDistributionsByKeyGroupInput) -> bool
impl StructuralPartialEq for ListDistributionsByKeyGroupInput
Auto Trait Implementations
impl RefUnwindSafe for ListDistributionsByKeyGroupInput
impl Send for ListDistributionsByKeyGroupInput
impl Sync for ListDistributionsByKeyGroupInput
impl Unpin for ListDistributionsByKeyGroupInput
impl UnwindSafe for ListDistributionsByKeyGroupInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more