Struct aws_sdk_comprehend::operation::list_topics_detection_jobs::ListTopicsDetectionJobsOutput
source · #[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() -> ListTopicsDetectionJobsOutputBuilder
pub fn builder() -> ListTopicsDetectionJobsOutputBuilder
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 ==.source§impl RequestId for ListTopicsDetectionJobsOutput
impl RequestId for ListTopicsDetectionJobsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.