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>
44 template<
typename AnomalyIdT = Aws::String>
45 void SetAnomalyId(AnomalyIdT&& value) { m_anomalyIdHasBeenSet =
true; m_anomalyId = std::forward<AnomalyIdT>(value); }
46 template<
typename AnomalyIdT = Aws::String>
63 bool m_anomalyIdHasBeenSet =
false;
66 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