#[non_exhaustive]pub struct DetectTargetedSentimentInput { /* private fields */ }Implementations
sourceimpl DetectTargetedSentimentInput
impl DetectTargetedSentimentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetectTargetedSentiment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetectTargetedSentiment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DetectTargetedSentiment>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetectTargetedSentimentInput.
sourceimpl DetectTargetedSentimentInput
impl DetectTargetedSentimentInput
sourcepub fn language_code(&self) -> Option<&LanguageCode>
pub fn language_code(&self) -> Option<&LanguageCode>
The language of the input documents. Currently, English is the only supported language.
Trait Implementations
sourceimpl Clone for DetectTargetedSentimentInput
impl Clone for DetectTargetedSentimentInput
sourcefn clone(&self) -> DetectTargetedSentimentInput
fn clone(&self) -> DetectTargetedSentimentInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DetectTargetedSentimentInput
impl Debug for DetectTargetedSentimentInput
sourceimpl PartialEq<DetectTargetedSentimentInput> for DetectTargetedSentimentInput
impl PartialEq<DetectTargetedSentimentInput> for DetectTargetedSentimentInput
sourcefn eq(&self, other: &DetectTargetedSentimentInput) -> bool
fn eq(&self, other: &DetectTargetedSentimentInput) -> bool
impl StructuralPartialEq for DetectTargetedSentimentInput
Auto Trait Implementations
impl RefUnwindSafe for DetectTargetedSentimentInput
impl Send for DetectTargetedSentimentInput
impl Sync for DetectTargetedSentimentInput
impl Unpin for DetectTargetedSentimentInput
impl UnwindSafe for DetectTargetedSentimentInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more