#[non_exhaustive]pub struct ListNamedShadowsForThingOutput { /* private fields */ }
Implementations§
source§impl ListNamedShadowsForThingOutput
impl ListNamedShadowsForThingOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to get the next set of results, or null if there are no additional results.
source§impl ListNamedShadowsForThingOutput
impl ListNamedShadowsForThingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListNamedShadowsForThingOutput
.
Trait Implementations§
source§impl Clone for ListNamedShadowsForThingOutput
impl Clone for ListNamedShadowsForThingOutput
source§fn clone(&self) -> ListNamedShadowsForThingOutput
fn clone(&self) -> ListNamedShadowsForThingOutput
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 PartialEq<ListNamedShadowsForThingOutput> for ListNamedShadowsForThingOutput
impl PartialEq<ListNamedShadowsForThingOutput> for ListNamedShadowsForThingOutput
source§fn eq(&self, other: &ListNamedShadowsForThingOutput) -> bool
fn eq(&self, other: &ListNamedShadowsForThingOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.