#[non_exhaustive]pub struct StopKeyPhrasesDetectionJobInput { /* private fields */ }Implementations§
source§impl StopKeyPhrasesDetectionJobInput
impl StopKeyPhrasesDetectionJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopKeyPhrasesDetectionJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopKeyPhrasesDetectionJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopKeyPhrasesDetectionJob>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopKeyPhrasesDetectionJobInput.
Trait Implementations§
source§impl Clone for StopKeyPhrasesDetectionJobInput
impl Clone for StopKeyPhrasesDetectionJobInput
source§fn clone(&self) -> StopKeyPhrasesDetectionJobInput
fn clone(&self) -> StopKeyPhrasesDetectionJobInput
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<StopKeyPhrasesDetectionJobInput> for StopKeyPhrasesDetectionJobInput
impl PartialEq<StopKeyPhrasesDetectionJobInput> for StopKeyPhrasesDetectionJobInput
source§fn eq(&self, other: &StopKeyPhrasesDetectionJobInput) -> bool
fn eq(&self, other: &StopKeyPhrasesDetectionJobInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.