#[non_exhaustive]pub struct ListPresetsInput { /* private fields */ }
Expand description
The ListPresetsRequest
structure.
Implementations§
source§impl ListPresetsInput
impl ListPresetsInput
sourcepub fn ascending(&self) -> Option<&str>
pub fn ascending(&self) -> Option<&str>
To list presets in chronological order by the date and time that they were created, enter true
. To list presets 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.
source§impl ListPresetsInput
impl ListPresetsInput
sourcepub fn builder() -> ListPresetsInputBuilder
pub fn builder() -> ListPresetsInputBuilder
Creates a new builder-style object to manufacture ListPresetsInput
.
source§impl ListPresetsInput
impl ListPresetsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPresets, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListPresets, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListPresets
>
Trait Implementations§
source§impl Clone for ListPresetsInput
impl Clone for ListPresetsInput
source§fn clone(&self) -> ListPresetsInput
fn clone(&self) -> ListPresetsInput
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 ListPresetsInput
impl Debug for ListPresetsInput
source§impl PartialEq<ListPresetsInput> for ListPresetsInput
impl PartialEq<ListPresetsInput> for ListPresetsInput
source§fn eq(&self, other: &ListPresetsInput) -> bool
fn eq(&self, other: &ListPresetsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.