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 get_id(&self) -> &Option<String>
pub fn get_id(&self) -> &Option<String>
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
.
source§impl DeletePresetInputBuilder
impl DeletePresetInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeletePresetOutput, SdkError<DeletePresetError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeletePresetOutput, SdkError<DeletePresetError, HttpResponse>>
Sends a request with this input using the given client.
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 ==
.impl StructuralPartialEq for DeletePresetInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeletePresetInputBuilder
impl Send for DeletePresetInputBuilder
impl Sync for DeletePresetInputBuilder
impl Unpin for DeletePresetInputBuilder
impl UnwindSafe for DeletePresetInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more