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