7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lookoutmetrics/model/TimeSeriesFeedback.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace LookoutMetrics
42 template<
typename AnomalyGroupTimeSeriesFeedbackT = Aws::Vector<TimeSeriesFeedback>>
43 void SetAnomalyGroupTimeSeriesFeedback(AnomalyGroupTimeSeriesFeedbackT&& value) { m_anomalyGroupTimeSeriesFeedbackHasBeenSet =
true; m_anomalyGroupTimeSeriesFeedback = std::forward<AnomalyGroupTimeSeriesFeedbackT>(value); }
44 template<
typename AnomalyGroupTimeSeriesFeedbackT = Aws::Vector<TimeSeriesFeedback>>
46 template<
typename AnomalyGroupTimeSeriesFeedbackT = TimeSeriesFeedback>
47 GetFeedbackResult&
AddAnomalyGroupTimeSeriesFeedback(AnomalyGroupTimeSeriesFeedbackT&& value) { m_anomalyGroupTimeSeriesFeedbackHasBeenSet =
true; m_anomalyGroupTimeSeriesFeedback.emplace_back(std::forward<AnomalyGroupTimeSeriesFeedbackT>(value));
return *
this; }
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_anomalyGroupTimeSeriesFeedbackHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
GetFeedbackResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_LOOKOUTMETRICS_API GetFeedbackResult()=default
void SetRequestId(RequestIdT &&value)
AWS_LOOKOUTMETRICS_API GetFeedbackResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetFeedbackResult & AddAnomalyGroupTimeSeriesFeedback(AnomalyGroupTimeSeriesFeedbackT &&value)
GetFeedbackResult & WithAnomalyGroupTimeSeriesFeedback(AnomalyGroupTimeSeriesFeedbackT &&value)
const Aws::String & GetNextToken() const
const Aws::Vector< TimeSeriesFeedback > & GetAnomalyGroupTimeSeriesFeedback() const
GetFeedbackResult & WithNextToken(NextTokenT &&value)
AWS_LOOKOUTMETRICS_API GetFeedbackResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAnomalyGroupTimeSeriesFeedback(AnomalyGroupTimeSeriesFeedbackT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue