#[non_exhaustive]pub struct PollForThirdPartyJobsInput { /* private fields */ }
Expand description
Represents the input of a PollForThirdPartyJobs
action.
Implementations§
source§impl PollForThirdPartyJobsInput
impl PollForThirdPartyJobsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PollForThirdPartyJobs, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PollForThirdPartyJobs, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PollForThirdPartyJobs
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PollForThirdPartyJobsInput
.
source§impl PollForThirdPartyJobsInput
impl PollForThirdPartyJobsInput
sourcepub fn action_type_id(&self) -> Option<&ActionTypeId>
pub fn action_type_id(&self) -> Option<&ActionTypeId>
Represents information about an action type.
sourcepub fn max_batch_size(&self) -> Option<i32>
pub fn max_batch_size(&self) -> Option<i32>
The maximum number of jobs to return in a poll for jobs call.
Trait Implementations§
source§impl Clone for PollForThirdPartyJobsInput
impl Clone for PollForThirdPartyJobsInput
source§fn clone(&self) -> PollForThirdPartyJobsInput
fn clone(&self) -> PollForThirdPartyJobsInput
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 PollForThirdPartyJobsInput
impl Debug for PollForThirdPartyJobsInput
source§impl PartialEq<PollForThirdPartyJobsInput> for PollForThirdPartyJobsInput
impl PartialEq<PollForThirdPartyJobsInput> for PollForThirdPartyJobsInput
source§fn eq(&self, other: &PollForThirdPartyJobsInput) -> bool
fn eq(&self, other: &PollForThirdPartyJobsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.