#[non_exhaustive]pub struct PollForThirdPartyJobsOutput { /* private fields */ }Expand description
Represents the output of a PollForThirdPartyJobs action.
Implementations§
source§impl PollForThirdPartyJobsOutput
impl PollForThirdPartyJobsOutput
sourcepub fn jobs(&self) -> Option<&[ThirdPartyJob]>
pub fn jobs(&self) -> Option<&[ThirdPartyJob]>
Information about the jobs to take action on.
source§impl PollForThirdPartyJobsOutput
impl PollForThirdPartyJobsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PollForThirdPartyJobsOutput.
Trait Implementations§
source§impl Clone for PollForThirdPartyJobsOutput
impl Clone for PollForThirdPartyJobsOutput
source§fn clone(&self) -> PollForThirdPartyJobsOutput
fn clone(&self) -> PollForThirdPartyJobsOutput
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 more