Struct aws_sdk_elastictranscoder::operation::delete_preset::builders::DeletePresetInputBuilder
source · #[non_exhaustive]pub struct DeletePresetInputBuilder { /* private fields */ }
Expand description
A builder for DeletePresetInput
.
Implementations§
source§impl DeletePresetInputBuilder
impl DeletePresetInputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The identifier of the preset for which you want to get detailed information.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The identifier of the preset for which you want to get detailed information.
sourcepub fn build(self) -> Result<DeletePresetInput, BuildError>
pub fn build(self) -> Result<DeletePresetInput, BuildError>
Consumes the builder and constructs a DeletePresetInput
.
Trait Implementations§
source§impl Clone for DeletePresetInputBuilder
impl Clone for DeletePresetInputBuilder
source§fn clone(&self) -> DeletePresetInputBuilder
fn clone(&self) -> DeletePresetInputBuilder
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 DeletePresetInputBuilder
impl Debug for DeletePresetInputBuilder
source§impl Default for DeletePresetInputBuilder
impl Default for DeletePresetInputBuilder
source§fn default() -> DeletePresetInputBuilder
fn default() -> DeletePresetInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeletePresetInputBuilder> for DeletePresetInputBuilder
impl PartialEq<DeletePresetInputBuilder> for DeletePresetInputBuilder
source§fn eq(&self, other: &DeletePresetInputBuilder) -> bool
fn eq(&self, other: &DeletePresetInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.