#[non_exhaustive]pub struct GetMediaCapturePipelineInput { /* private fields */ }Implementations§
source§impl GetMediaCapturePipelineInput
impl GetMediaCapturePipelineInput
sourcepub fn media_pipeline_id(&self) -> Option<&str>
pub fn media_pipeline_id(&self) -> Option<&str>
The ID of the pipeline that you want to get.
source§impl GetMediaCapturePipelineInput
impl GetMediaCapturePipelineInput
sourcepub fn builder() -> GetMediaCapturePipelineInputBuilder
pub fn builder() -> GetMediaCapturePipelineInputBuilder
Creates a new builder-style object to manufacture GetMediaCapturePipelineInput.
source§impl GetMediaCapturePipelineInput
impl GetMediaCapturePipelineInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMediaCapturePipeline, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetMediaCapturePipeline, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetMediaCapturePipeline>
Trait Implementations§
source§impl Clone for GetMediaCapturePipelineInput
impl Clone for GetMediaCapturePipelineInput
source§fn clone(&self) -> GetMediaCapturePipelineInput
fn clone(&self) -> GetMediaCapturePipelineInput
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 GetMediaCapturePipelineInput
impl Debug for GetMediaCapturePipelineInput
source§impl PartialEq<GetMediaCapturePipelineInput> for GetMediaCapturePipelineInput
impl PartialEq<GetMediaCapturePipelineInput> for GetMediaCapturePipelineInput
source§fn eq(&self, other: &GetMediaCapturePipelineInput) -> bool
fn eq(&self, other: &GetMediaCapturePipelineInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetMediaCapturePipelineInput
Auto Trait Implementations§
impl RefUnwindSafe for GetMediaCapturePipelineInput
impl Send for GetMediaCapturePipelineInput
impl Sync for GetMediaCapturePipelineInput
impl Unpin for GetMediaCapturePipelineInput
impl UnwindSafe for GetMediaCapturePipelineInput
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