Struct aws_sdk_devopsguru::types::builders::InsightFeedbackBuilder
source · #[non_exhaustive]pub struct InsightFeedbackBuilder { /* private fields */ }
Expand description
A builder for InsightFeedback
.
Implementations§
source§impl InsightFeedbackBuilder
impl InsightFeedbackBuilder
sourcepub fn feedback(self, input: InsightFeedbackOption) -> Self
pub fn feedback(self, input: InsightFeedbackOption) -> Self
The feedback provided by the customer.
sourcepub fn set_feedback(self, input: Option<InsightFeedbackOption>) -> Self
pub fn set_feedback(self, input: Option<InsightFeedbackOption>) -> Self
The feedback provided by the customer.
sourcepub fn build(self) -> InsightFeedback
pub fn build(self) -> InsightFeedback
Consumes the builder and constructs a InsightFeedback
.
Trait Implementations§
source§impl Clone for InsightFeedbackBuilder
impl Clone for InsightFeedbackBuilder
source§fn clone(&self) -> InsightFeedbackBuilder
fn clone(&self) -> InsightFeedbackBuilder
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 InsightFeedbackBuilder
impl Debug for InsightFeedbackBuilder
source§impl Default for InsightFeedbackBuilder
impl Default for InsightFeedbackBuilder
source§fn default() -> InsightFeedbackBuilder
fn default() -> InsightFeedbackBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<InsightFeedbackBuilder> for InsightFeedbackBuilder
impl PartialEq<InsightFeedbackBuilder> for InsightFeedbackBuilder
source§fn eq(&self, other: &InsightFeedbackBuilder) -> bool
fn eq(&self, other: &InsightFeedbackBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.