Struct aws_sdk_chime::input::GetMediaCapturePipelineInput
source · [−]#[non_exhaustive]pub struct GetMediaCapturePipelineInput { /* private fields */ }Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetMediaCapturePipelineInput.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for GetMediaCapturePipelineInput
impl Clone for GetMediaCapturePipelineInput
sourcefn clone(&self) -> GetMediaCapturePipelineInput
fn clone(&self) -> GetMediaCapturePipelineInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetMediaCapturePipelineInput
impl Debug for GetMediaCapturePipelineInput
sourceimpl PartialEq<GetMediaCapturePipelineInput> for GetMediaCapturePipelineInput
impl PartialEq<GetMediaCapturePipelineInput> for GetMediaCapturePipelineInput
sourcefn eq(&self, other: &GetMediaCapturePipelineInput) -> bool
fn eq(&self, other: &GetMediaCapturePipelineInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more