Struct aws_sdk_iot::input::ListJobExecutionsForJobInput
source · #[non_exhaustive]pub struct ListJobExecutionsForJobInput { /* private fields */ }
Implementations§
source§impl ListJobExecutionsForJobInput
impl ListJobExecutionsForJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListJobExecutionsForJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListJobExecutionsForJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListJobExecutionsForJob
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListJobExecutionsForJobInput
.
source§impl ListJobExecutionsForJobInput
impl ListJobExecutionsForJobInput
sourcepub fn job_id(&self) -> Option<&str>
pub fn job_id(&self) -> Option<&str>
The unique identifier you assigned to this job when it was created.
sourcepub fn status(&self) -> Option<&JobExecutionStatus>
pub fn status(&self) -> Option<&JobExecutionStatus>
The status of the job.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to be returned per request.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to retrieve the next set of results.
Trait Implementations§
source§impl Clone for ListJobExecutionsForJobInput
impl Clone for ListJobExecutionsForJobInput
source§fn clone(&self) -> ListJobExecutionsForJobInput
fn clone(&self) -> ListJobExecutionsForJobInput
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 ListJobExecutionsForJobInput
impl Debug for ListJobExecutionsForJobInput
source§impl PartialEq<ListJobExecutionsForJobInput> for ListJobExecutionsForJobInput
impl PartialEq<ListJobExecutionsForJobInput> for ListJobExecutionsForJobInput
source§fn eq(&self, other: &ListJobExecutionsForJobInput) -> bool
fn eq(&self, other: &ListJobExecutionsForJobInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.