Struct aws_sdk_elastictranscoder::operation::update_pipeline_notifications::UpdatePipelineNotificationsOutput
source · #[non_exhaustive]pub struct UpdatePipelineNotificationsOutput { /* private fields */ }
Expand description
The UpdatePipelineNotificationsResponse
structure.
Implementations§
source§impl UpdatePipelineNotificationsOutput
impl UpdatePipelineNotificationsOutput
sourcepub fn builder() -> UpdatePipelineNotificationsOutputBuilder
pub fn builder() -> UpdatePipelineNotificationsOutputBuilder
Creates a new builder-style object to manufacture UpdatePipelineNotificationsOutput
.
Trait Implementations§
source§impl Clone for UpdatePipelineNotificationsOutput
impl Clone for UpdatePipelineNotificationsOutput
source§fn clone(&self) -> UpdatePipelineNotificationsOutput
fn clone(&self) -> UpdatePipelineNotificationsOutput
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<UpdatePipelineNotificationsOutput> for UpdatePipelineNotificationsOutput
impl PartialEq<UpdatePipelineNotificationsOutput> for UpdatePipelineNotificationsOutput
source§fn eq(&self, other: &UpdatePipelineNotificationsOutput) -> bool
fn eq(&self, other: &UpdatePipelineNotificationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdatePipelineNotificationsOutput
impl RequestId for UpdatePipelineNotificationsOutput
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.