7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/CostExplorerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ce/model/AnomalyFeedbackType.h>
46 inline void SetAnomalyId(
const char* value) { m_anomalyIdHasBeenSet =
true; m_anomalyId.assign(value); }
67 bool m_anomalyIdHasBeenSet =
false;
70 bool m_feedbackHasBeenSet =
false;
void SetFeedback(AnomalyFeedbackType &&value)
ProvideAnomalyFeedbackRequest & WithAnomalyId(Aws::String &&value)
void SetFeedback(const AnomalyFeedbackType &value)
const Aws::String & GetAnomalyId() const
ProvideAnomalyFeedbackRequest & WithFeedback(const AnomalyFeedbackType &value)
ProvideAnomalyFeedbackRequest & WithAnomalyId(const Aws::String &value)
AWS_COSTEXPLORER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const AnomalyFeedbackType & GetFeedback() const
virtual const char * GetServiceRequestName() const override
ProvideAnomalyFeedbackRequest & WithAnomalyId(const char *value)
void SetAnomalyId(const char *value)
AWS_COSTEXPLORER_API ProvideAnomalyFeedbackRequest()
bool FeedbackHasBeenSet() const
AWS_COSTEXPLORER_API Aws::String SerializePayload() const override
bool AnomalyIdHasBeenSet() const
void SetAnomalyId(const Aws::String &value)
void SetAnomalyId(Aws::String &&value)
ProvideAnomalyFeedbackRequest & WithFeedback(AnomalyFeedbackType &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String