Struct aws_sdk_glue::output::GetClassifiersOutput
source · #[non_exhaustive]pub struct GetClassifiersOutput { /* private fields */ }Implementations§
source§impl GetClassifiersOutput
impl GetClassifiersOutput
sourcepub fn classifiers(&self) -> Option<&[Classifier]>
pub fn classifiers(&self) -> Option<&[Classifier]>
The requested list of classifier objects.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token.
source§impl GetClassifiersOutput
impl GetClassifiersOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetClassifiersOutput.
Trait Implementations§
source§impl Clone for GetClassifiersOutput
impl Clone for GetClassifiersOutput
source§fn clone(&self) -> GetClassifiersOutput
fn clone(&self) -> GetClassifiersOutput
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 GetClassifiersOutput
impl Debug for GetClassifiersOutput
source§impl PartialEq<GetClassifiersOutput> for GetClassifiersOutput
impl PartialEq<GetClassifiersOutput> for GetClassifiersOutput
source§fn eq(&self, other: &GetClassifiersOutput) -> bool
fn eq(&self, other: &GetClassifiersOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.