#[non_exhaustive]pub struct PollForThirdPartyJobsInput { /* private fields */ }
Expand description
Represents the input of a PollForThirdPartyJobs
action.
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for PollForThirdPartyJobsInput
impl Clone for PollForThirdPartyJobsInput
sourcefn clone(&self) -> PollForThirdPartyJobsInput
fn clone(&self) -> PollForThirdPartyJobsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PollForThirdPartyJobsInput
impl Debug for PollForThirdPartyJobsInput
sourceimpl PartialEq<PollForThirdPartyJobsInput> for PollForThirdPartyJobsInput
impl PartialEq<PollForThirdPartyJobsInput> for PollForThirdPartyJobsInput
sourcefn eq(&self, other: &PollForThirdPartyJobsInput) -> bool
fn eq(&self, other: &PollForThirdPartyJobsInput) -> bool
impl StructuralPartialEq for PollForThirdPartyJobsInput
Auto Trait Implementations
impl RefUnwindSafe for PollForThirdPartyJobsInput
impl Send for PollForThirdPartyJobsInput
impl Sync for PollForThirdPartyJobsInput
impl Unpin for PollForThirdPartyJobsInput
impl UnwindSafe for PollForThirdPartyJobsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more