#[non_exhaustive]pub struct ListPresetsOutput { /* private fields */ }
Expand description
The ListPresetsResponse
structure.
Implementations§
source§impl ListPresetsOutput
impl ListPresetsOutput
sourcepub fn next_page_token(&self) -> Option<&str>
pub fn next_page_token(&self) -> Option<&str>
A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
source§impl ListPresetsOutput
impl ListPresetsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPresetsOutput
.
Trait Implementations§
source§impl Clone for ListPresetsOutput
impl Clone for ListPresetsOutput
source§fn clone(&self) -> ListPresetsOutput
fn clone(&self) -> ListPresetsOutput
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 ListPresetsOutput
impl Debug for ListPresetsOutput
source§impl PartialEq<ListPresetsOutput> for ListPresetsOutput
impl PartialEq<ListPresetsOutput> for ListPresetsOutput
source§fn eq(&self, other: &ListPresetsOutput) -> bool
fn eq(&self, other: &ListPresetsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.