Struct aws_sdk_comprehend::operation::describe_topics_detection_job::builders::DescribeTopicsDetectionJobInputBuilder
source · #[non_exhaustive]pub struct DescribeTopicsDetectionJobInputBuilder { /* private fields */ }Expand description
A builder for DescribeTopicsDetectionJobInput.
Implementations§
source§impl DescribeTopicsDetectionJobInputBuilder
impl DescribeTopicsDetectionJobInputBuilder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
The identifier assigned by the user to the detection job.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The identifier assigned by the user to the detection job.
sourcepub fn build(self) -> Result<DescribeTopicsDetectionJobInput, BuildError>
pub fn build(self) -> Result<DescribeTopicsDetectionJobInput, BuildError>
Consumes the builder and constructs a DescribeTopicsDetectionJobInput.
Trait Implementations§
source§impl Clone for DescribeTopicsDetectionJobInputBuilder
impl Clone for DescribeTopicsDetectionJobInputBuilder
source§fn clone(&self) -> DescribeTopicsDetectionJobInputBuilder
fn clone(&self) -> DescribeTopicsDetectionJobInputBuilder
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 Default for DescribeTopicsDetectionJobInputBuilder
impl Default for DescribeTopicsDetectionJobInputBuilder
source§fn default() -> DescribeTopicsDetectionJobInputBuilder
fn default() -> DescribeTopicsDetectionJobInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeTopicsDetectionJobInputBuilder> for DescribeTopicsDetectionJobInputBuilder
impl PartialEq<DescribeTopicsDetectionJobInputBuilder> for DescribeTopicsDetectionJobInputBuilder
source§fn eq(&self, other: &DescribeTopicsDetectionJobInputBuilder) -> bool
fn eq(&self, other: &DescribeTopicsDetectionJobInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.