#[non_exhaustive]pub struct UpdateEvaluationInput { /* private fields */ }
Implementations§
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.
source§impl UpdateEvaluationInput
impl UpdateEvaluationInput
sourcepub fn builder() -> UpdateEvaluationInputBuilder
pub fn builder() -> UpdateEvaluationInputBuilder
Creates a new builder-style object to manufacture UpdateEvaluationInput
.
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
>
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 ==
.impl StructuralPartialEq for UpdateEvaluationInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateEvaluationInput
impl Send for UpdateEvaluationInput
impl Sync for UpdateEvaluationInput
impl Unpin for UpdateEvaluationInput
impl UnwindSafe for UpdateEvaluationInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more