#[non_exhaustive]pub struct ListJobsByPipelineInput { /* private fields */ }
Expand description
The ListJobsByPipelineRequest
structure.
Implementations§
source§impl ListJobsByPipelineInput
impl ListJobsByPipelineInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListJobsByPipeline, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListJobsByPipeline, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListJobsByPipeline
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListJobsByPipelineInput
.
source§impl ListJobsByPipelineInput
impl ListJobsByPipelineInput
sourcepub fn pipeline_id(&self) -> Option<&str>
pub fn pipeline_id(&self) -> Option<&str>
The ID of the pipeline for which you want to get job information.
sourcepub fn ascending(&self) -> Option<&str>
pub fn ascending(&self) -> Option<&str>
To list jobs in chronological order by the date and time that they were submitted, enter true
. To list jobs in reverse chronological order, enter false
.
sourcepub fn page_token(&self) -> Option<&str>
pub fn page_token(&self) -> Option<&str>
When Elastic Transcoder returns more than one page of results, use pageToken
in subsequent GET
requests to get each successive page of results.
Trait Implementations§
source§impl Clone for ListJobsByPipelineInput
impl Clone for ListJobsByPipelineInput
source§fn clone(&self) -> ListJobsByPipelineInput
fn clone(&self) -> ListJobsByPipelineInput
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 ListJobsByPipelineInput
impl Debug for ListJobsByPipelineInput
source§impl PartialEq<ListJobsByPipelineInput> for ListJobsByPipelineInput
impl PartialEq<ListJobsByPipelineInput> for ListJobsByPipelineInput
source§fn eq(&self, other: &ListJobsByPipelineInput) -> bool
fn eq(&self, other: &ListJobsByPipelineInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.