#[non_exhaustive]pub struct ListTopicsDetectionJobsOutput { /* private fields */ }Implementations§
source§impl ListTopicsDetectionJobsOutput
impl ListTopicsDetectionJobsOutput
sourcepub fn topics_detection_job_properties_list(
&self
) -> Option<&[TopicsDetectionJobProperties]>
pub fn topics_detection_job_properties_list(
&self
) -> Option<&[TopicsDetectionJobProperties]>
A list containing the properties of each job that is returned.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Identifies the next page of results to return.
source§impl ListTopicsDetectionJobsOutput
impl ListTopicsDetectionJobsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTopicsDetectionJobsOutput.
Trait Implementations§
source§impl Clone for ListTopicsDetectionJobsOutput
impl Clone for ListTopicsDetectionJobsOutput
source§fn clone(&self) -> ListTopicsDetectionJobsOutput
fn clone(&self) -> ListTopicsDetectionJobsOutput
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<ListTopicsDetectionJobsOutput> for ListTopicsDetectionJobsOutput
impl PartialEq<ListTopicsDetectionJobsOutput> for ListTopicsDetectionJobsOutput
source§fn eq(&self, other: &ListTopicsDetectionJobsOutput) -> bool
fn eq(&self, other: &ListTopicsDetectionJobsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.