Struct aws_sdk_elastictranscoder::operation::list_presets::builders::ListPresetsOutputBuilder
source · #[non_exhaustive]pub struct ListPresetsOutputBuilder { /* private fields */ }
Expand description
A builder for ListPresetsOutput
.
Implementations§
source§impl ListPresetsOutputBuilder
impl ListPresetsOutputBuilder
sourcepub fn presets(self, input: Preset) -> Self
pub fn presets(self, input: Preset) -> Self
Appends an item to presets
.
To override the contents of this collection use set_presets
.
An array of Preset
objects.
sourcepub fn set_presets(self, input: Option<Vec<Preset>>) -> Self
pub fn set_presets(self, input: Option<Vec<Preset>>) -> Self
An array of Preset
objects.
sourcepub fn get_presets(&self) -> &Option<Vec<Preset>>
pub fn get_presets(&self) -> &Option<Vec<Preset>>
An array of Preset
objects.
sourcepub fn next_page_token(self, input: impl Into<String>) -> Self
pub fn next_page_token(self, input: impl Into<String>) -> Self
A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
sourcepub fn set_next_page_token(self, input: Option<String>) -> Self
pub fn set_next_page_token(self, input: Option<String>) -> Self
A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
sourcepub fn get_next_page_token(&self) -> &Option<String>
pub fn get_next_page_token(&self) -> &Option<String>
A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
sourcepub fn build(self) -> ListPresetsOutput
pub fn build(self) -> ListPresetsOutput
Consumes the builder and constructs a ListPresetsOutput
.
Trait Implementations§
source§impl Clone for ListPresetsOutputBuilder
impl Clone for ListPresetsOutputBuilder
source§fn clone(&self) -> ListPresetsOutputBuilder
fn clone(&self) -> ListPresetsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListPresetsOutputBuilder
impl Debug for ListPresetsOutputBuilder
source§impl Default for ListPresetsOutputBuilder
impl Default for ListPresetsOutputBuilder
source§fn default() -> ListPresetsOutputBuilder
fn default() -> ListPresetsOutputBuilder
source§impl PartialEq for ListPresetsOutputBuilder
impl PartialEq for ListPresetsOutputBuilder
source§fn eq(&self, other: &ListPresetsOutputBuilder) -> bool
fn eq(&self, other: &ListPresetsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.