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