pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteEvaluationOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn evaluation_id(self, input: impl Into<String>) -> Self
pub fn evaluation_id(self, input: impl Into<String>) -> Self
A user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.
sourcepub fn set_evaluation_id(self, input: Option<String>) -> Self
pub fn set_evaluation_id(self, input: Option<String>) -> Self
A user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.
sourcepub fn build(self) -> DeleteEvaluationOutput
pub fn build(self) -> DeleteEvaluationOutput
Consumes the builder and constructs a DeleteEvaluationOutput
.