#[non_exhaustive]pub struct SubmitFeedbackInput { /* private fields */ }
Expand description
The structure representing the SubmitFeedbackRequest.
Implementations§
source§impl SubmitFeedbackInput
impl SubmitFeedbackInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SubmitFeedback, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SubmitFeedback, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SubmitFeedback
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SubmitFeedbackInput
.
source§impl SubmitFeedbackInput
impl SubmitFeedbackInput
sourcepub fn profiling_group_name(&self) -> Option<&str>
pub fn profiling_group_name(&self) -> Option<&str>
The name of the profiling group that is associated with the analysis data.
sourcepub fn anomaly_instance_id(&self) -> Option<&str>
pub fn anomaly_instance_id(&self) -> Option<&str>
The universally unique identifier (UUID) of the AnomalyInstance
object that is included in the analysis data.
sourcepub fn type(&self) -> Option<&FeedbackType>
pub fn type(&self) -> Option<&FeedbackType>
The feedback tpye. Thee are two valid values, Positive
and Negative
.
Trait Implementations§
source§impl Clone for SubmitFeedbackInput
impl Clone for SubmitFeedbackInput
source§fn clone(&self) -> SubmitFeedbackInput
fn clone(&self) -> SubmitFeedbackInput
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 SubmitFeedbackInput
impl Debug for SubmitFeedbackInput
source§impl PartialEq<SubmitFeedbackInput> for SubmitFeedbackInput
impl PartialEq<SubmitFeedbackInput> for SubmitFeedbackInput
source§fn eq(&self, other: &SubmitFeedbackInput) -> bool
fn eq(&self, other: &SubmitFeedbackInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.