#[non_exhaustive]pub struct UpdateEvaluationInput { /* private fields */ }
Implementations§
source§impl UpdateEvaluationInput
impl UpdateEvaluationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEvaluation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEvaluation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateEvaluation
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateEvaluationInput
.
source§impl UpdateEvaluationInput
impl UpdateEvaluationInput
sourcepub fn evaluation_id(&self) -> Option<&str>
pub fn evaluation_id(&self) -> Option<&str>
The ID assigned to the Evaluation
during creation.
sourcepub fn evaluation_name(&self) -> Option<&str>
pub fn evaluation_name(&self) -> Option<&str>
A new user-supplied name or description of the Evaluation
that will replace the current content.
Trait Implementations§
source§impl Clone for UpdateEvaluationInput
impl Clone for UpdateEvaluationInput
source§fn clone(&self) -> UpdateEvaluationInput
fn clone(&self) -> UpdateEvaluationInput
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 Debug for UpdateEvaluationInput
impl Debug for UpdateEvaluationInput
source§impl PartialEq<UpdateEvaluationInput> for UpdateEvaluationInput
impl PartialEq<UpdateEvaluationInput> for UpdateEvaluationInput
source§fn eq(&self, other: &UpdateEvaluationInput) -> bool
fn eq(&self, other: &UpdateEvaluationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.