Struct aws_sdk_elastictranscoder::operation::list_pipelines::builders::ListPipelinesInputBuilder
source · #[non_exhaustive]pub struct ListPipelinesInputBuilder { /* private fields */ }
Expand description
A builder for ListPipelinesInput
.
Implementations§
source§impl ListPipelinesInputBuilder
impl ListPipelinesInputBuilder
sourcepub fn ascending(self, input: impl Into<String>) -> Self
pub fn ascending(self, input: impl Into<String>) -> Self
To list pipelines in chronological order by the date and time that they were created, enter true
. To list pipelines in reverse chronological order, enter false
.
sourcepub fn set_ascending(self, input: Option<String>) -> Self
pub fn set_ascending(self, input: Option<String>) -> Self
To list pipelines in chronological order by the date and time that they were created, enter true
. To list pipelines in reverse chronological order, enter false
.
sourcepub fn page_token(self, input: impl Into<String>) -> Self
pub fn page_token(self, input: impl Into<String>) -> Self
When Elastic Transcoder returns more than one page of results, use pageToken
in subsequent GET
requests to get each successive page of results.
sourcepub fn set_page_token(self, input: Option<String>) -> Self
pub fn set_page_token(self, input: Option<String>) -> Self
When Elastic Transcoder returns more than one page of results, use pageToken
in subsequent GET
requests to get each successive page of results.
sourcepub fn build(self) -> Result<ListPipelinesInput, BuildError>
pub fn build(self) -> Result<ListPipelinesInput, BuildError>
Consumes the builder and constructs a ListPipelinesInput
.
Trait Implementations§
source§impl Clone for ListPipelinesInputBuilder
impl Clone for ListPipelinesInputBuilder
source§fn clone(&self) -> ListPipelinesInputBuilder
fn clone(&self) -> ListPipelinesInputBuilder
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 ListPipelinesInputBuilder
impl Debug for ListPipelinesInputBuilder
source§impl Default for ListPipelinesInputBuilder
impl Default for ListPipelinesInputBuilder
source§fn default() -> ListPipelinesInputBuilder
fn default() -> ListPipelinesInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListPipelinesInputBuilder> for ListPipelinesInputBuilder
impl PartialEq<ListPipelinesInputBuilder> for ListPipelinesInputBuilder
source§fn eq(&self, other: &ListPipelinesInputBuilder) -> bool
fn eq(&self, other: &ListPipelinesInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.