/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The structure representing the SubmitFeedbackRequest.See
* Also:
AWS
* API Reference
The universally unique identifier (UUID) of the
* AnomalyInstance
object that is included in the analysis
* data.
The universally unique identifier (UUID) of the
* AnomalyInstance
object that is included in the analysis
* data.
The universally unique identifier (UUID) of the
* AnomalyInstance
object that is included in the analysis
* data.
The universally unique identifier (UUID) of the
* AnomalyInstance
object that is included in the analysis
* data.
The universally unique identifier (UUID) of the
* AnomalyInstance
object that is included in the analysis
* data.
The universally unique identifier (UUID) of the
* AnomalyInstance
object that is included in the analysis
* data.
The universally unique identifier (UUID) of the
* AnomalyInstance
object that is included in the analysis
* data.
The universally unique identifier (UUID) of the
* AnomalyInstance
object that is included in the analysis
* data.
Optional feedback about this anomaly.
*/ inline const Aws::String& GetComment() const{ return m_comment; } /** *Optional feedback about this anomaly.
*/ inline bool CommentHasBeenSet() const { return m_commentHasBeenSet; } /** *Optional feedback about this anomaly.
*/ inline void SetComment(const Aws::String& value) { m_commentHasBeenSet = true; m_comment = value; } /** *Optional feedback about this anomaly.
*/ inline void SetComment(Aws::String&& value) { m_commentHasBeenSet = true; m_comment = std::move(value); } /** *Optional feedback about this anomaly.
*/ inline void SetComment(const char* value) { m_commentHasBeenSet = true; m_comment.assign(value); } /** *Optional feedback about this anomaly.
*/ inline SubmitFeedbackRequest& WithComment(const Aws::String& value) { SetComment(value); return *this;} /** *Optional feedback about this anomaly.
*/ inline SubmitFeedbackRequest& WithComment(Aws::String&& value) { SetComment(std::move(value)); return *this;} /** *Optional feedback about this anomaly.
*/ inline SubmitFeedbackRequest& WithComment(const char* value) { SetComment(value); return *this;} /** *The name of the profiling group that is associated with the analysis * data.
*/ inline const Aws::String& GetProfilingGroupName() const{ return m_profilingGroupName; } /** *The name of the profiling group that is associated with the analysis * data.
*/ inline bool ProfilingGroupNameHasBeenSet() const { return m_profilingGroupNameHasBeenSet; } /** *The name of the profiling group that is associated with the analysis * data.
*/ inline void SetProfilingGroupName(const Aws::String& value) { m_profilingGroupNameHasBeenSet = true; m_profilingGroupName = value; } /** *The name of the profiling group that is associated with the analysis * data.
*/ inline void SetProfilingGroupName(Aws::String&& value) { m_profilingGroupNameHasBeenSet = true; m_profilingGroupName = std::move(value); } /** *The name of the profiling group that is associated with the analysis * data.
*/ inline void SetProfilingGroupName(const char* value) { m_profilingGroupNameHasBeenSet = true; m_profilingGroupName.assign(value); } /** *The name of the profiling group that is associated with the analysis * data.
*/ inline SubmitFeedbackRequest& WithProfilingGroupName(const Aws::String& value) { SetProfilingGroupName(value); return *this;} /** *The name of the profiling group that is associated with the analysis * data.
*/ inline SubmitFeedbackRequest& WithProfilingGroupName(Aws::String&& value) { SetProfilingGroupName(std::move(value)); return *this;} /** *The name of the profiling group that is associated with the analysis * data.
*/ inline SubmitFeedbackRequest& WithProfilingGroupName(const char* value) { SetProfilingGroupName(value); return *this;} /** * The feedback tpye. Thee are two valid values, Positive
and
* Negative
.
The feedback tpye. Thee are two valid values, Positive
and
* Negative
.
The feedback tpye. Thee are two valid values, Positive
and
* Negative
.
The feedback tpye. Thee are two valid values, Positive
and
* Negative
.
The feedback tpye. Thee are two valid values, Positive
and
* Negative
.
The feedback tpye. Thee are two valid values, Positive
and
* Negative
.