Struct aws_sdk_cloudfront::model::OriginRequestPolicyList
source · #[non_exhaustive]pub struct OriginRequestPolicyList { /* private fields */ }
Expand description
A list of origin request policies.
Implementations§
source§impl 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.
source§impl OriginRequestPolicyList
impl OriginRequestPolicyList
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OriginRequestPolicyList
.
Trait Implementations§
source§impl Clone for OriginRequestPolicyList
impl Clone for OriginRequestPolicyList
source§fn clone(&self) -> OriginRequestPolicyList
fn clone(&self) -> OriginRequestPolicyList
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 Debug for OriginRequestPolicyList
impl Debug for OriginRequestPolicyList
source§impl PartialEq<OriginRequestPolicyList> for OriginRequestPolicyList
impl PartialEq<OriginRequestPolicyList> for OriginRequestPolicyList
source§fn eq(&self, other: &OriginRequestPolicyList) -> bool
fn eq(&self, other: &OriginRequestPolicyList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.