7#include <aws/ce/CostExplorerRequest.h>
8#include <aws/ce/CostExplorer_EXPORTS.h>
9#include <aws/ce/model/AnomalyFeedbackType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CostExplorer {
40 template <
typename AnomalyIdT = Aws::String>
42 m_anomalyIdHasBeenSet =
true;
43 m_anomalyId = std::forward<AnomalyIdT>(value);
45 template <
typename AnomalyIdT = Aws::String>
60 m_feedbackHasBeenSet =
true;
72 bool m_anomalyIdHasBeenSet =
false;
73 bool m_feedbackHasBeenSet =
false;
ProvideAnomalyFeedbackRequest & WithFeedback(AnomalyFeedbackType value)
AWS_COSTEXPLORER_API ProvideAnomalyFeedbackRequest()=default
const Aws::String & GetAnomalyId() const
AWS_COSTEXPLORER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
ProvideAnomalyFeedbackRequest & WithAnomalyId(AnomalyIdT &&value)
bool FeedbackHasBeenSet() const
AnomalyFeedbackType GetFeedback() const
AWS_COSTEXPLORER_API Aws::String SerializePayload() const override
bool AnomalyIdHasBeenSet() const
void SetAnomalyId(AnomalyIdT &&value)
void SetFeedback(AnomalyFeedbackType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String