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