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/ExecutionStatus.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace LookoutMetrics
42 template<
typename ExecutionListT = Aws::Vector<ExecutionStatus>>
43 void SetExecutionList(ExecutionListT&& value) { m_executionListHasBeenSet =
true; m_executionList = std::forward<ExecutionListT>(value); }
44 template<
typename ExecutionListT = Aws::Vector<ExecutionStatus>>
46 template<
typename ExecutionListT = ExecutionStatus>
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_executionListHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
DescribeAnomalyDetectionExecutionsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_LOOKOUTMETRICS_API DescribeAnomalyDetectionExecutionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAnomalyDetectionExecutionsResult & WithExecutionList(ExecutionListT &&value)
DescribeAnomalyDetectionExecutionsResult & AddExecutionList(ExecutionListT &&value)
AWS_LOOKOUTMETRICS_API DescribeAnomalyDetectionExecutionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LOOKOUTMETRICS_API DescribeAnomalyDetectionExecutionsResult()=default
void SetNextToken(NextTokenT &&value)
DescribeAnomalyDetectionExecutionsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
void SetExecutionList(ExecutionListT &&value)
const Aws::Vector< ExecutionStatus > & GetExecutionList() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue