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