#[non_exhaustive]pub struct GetImagePipelineOutput { /* private fields */ }
Implementations§
source§impl GetImagePipelineOutput
impl GetImagePipelineOutput
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The request ID that uniquely identifies this request.
sourcepub fn image_pipeline(&self) -> Option<&ImagePipeline>
pub fn image_pipeline(&self) -> Option<&ImagePipeline>
The image pipeline object.
source§impl GetImagePipelineOutput
impl GetImagePipelineOutput
sourcepub fn builder() -> GetImagePipelineOutputBuilder
pub fn builder() -> GetImagePipelineOutputBuilder
Creates a new builder-style object to manufacture GetImagePipelineOutput
.
Trait Implementations§
source§impl Clone for GetImagePipelineOutput
impl Clone for GetImagePipelineOutput
source§fn clone(&self) -> GetImagePipelineOutput
fn clone(&self) -> GetImagePipelineOutput
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 GetImagePipelineOutput
impl Debug for GetImagePipelineOutput
source§impl PartialEq<GetImagePipelineOutput> for GetImagePipelineOutput
impl PartialEq<GetImagePipelineOutput> for GetImagePipelineOutput
source§fn eq(&self, other: &GetImagePipelineOutput) -> bool
fn eq(&self, other: &GetImagePipelineOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetImagePipelineOutput
impl RequestId for GetImagePipelineOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.