Struct aws_sdk_cloudfront::model::OriginRequestPolicyList
source · [−]#[non_exhaustive]pub struct OriginRequestPolicyList { /* private fields */ }
Expand description
A list of origin request policies.
Implementations
sourceimpl OriginRequestPolicyList
impl OriginRequestPolicyList
sourcepub fn next_marker(&self) -> Option<&str>
pub fn next_marker(&self) -> Option<&str>
If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker
field of a subsequent request to continue listing origin request policies where you left off.
sourcepub fn max_items(&self) -> Option<i32>
pub fn max_items(&self) -> Option<i32>
The maximum number of origin request policies requested.
sourcepub fn quantity(&self) -> Option<i32>
pub fn quantity(&self) -> Option<i32>
The total number of origin request policies returned in the response.
sourcepub fn items(&self) -> Option<&[OriginRequestPolicySummary]>
pub fn items(&self) -> Option<&[OriginRequestPolicySummary]>
Contains the origin request policies in the list.
sourceimpl OriginRequestPolicyList
impl OriginRequestPolicyList
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OriginRequestPolicyList
.
Trait Implementations
sourceimpl Clone for OriginRequestPolicyList
impl Clone for OriginRequestPolicyList
sourcefn clone(&self) -> OriginRequestPolicyList
fn clone(&self) -> OriginRequestPolicyList
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 Debug for OriginRequestPolicyList
impl Debug for OriginRequestPolicyList
sourceimpl PartialEq<OriginRequestPolicyList> for OriginRequestPolicyList
impl PartialEq<OriginRequestPolicyList> for OriginRequestPolicyList
sourcefn eq(&self, other: &OriginRequestPolicyList) -> bool
fn eq(&self, other: &OriginRequestPolicyList) -> bool
impl StructuralPartialEq for OriginRequestPolicyList
Auto Trait Implementations
impl RefUnwindSafe for OriginRequestPolicyList
impl Send for OriginRequestPolicyList
impl Sync for OriginRequestPolicyList
impl Unpin for OriginRequestPolicyList
impl UnwindSafe for OriginRequestPolicyList
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