7#include <aws/amp/PrometheusServiceRequest.h>
8#include <aws/amp/PrometheusService_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace PrometheusService {
37 template <
typename WorkspaceIdT = Aws::String>
39 m_workspaceIdHasBeenSet =
true;
40 m_workspaceId = std::forward<WorkspaceIdT>(value);
42 template <
typename WorkspaceIdT = Aws::String>
55 template <
typename AnomalyDetectorIdT = Aws::String>
57 m_anomalyDetectorIdHasBeenSet =
true;
58 m_anomalyDetectorId = std::forward<AnomalyDetectorIdT>(value);
60 template <
typename AnomalyDetectorIdT = Aws::String>
70 bool m_workspaceIdHasBeenSet =
false;
71 bool m_anomalyDetectorIdHasBeenSet =
false;
AWS_PROMETHEUSSERVICE_API Aws::String SerializePayload() const override
const Aws::String & GetWorkspaceId() const
const Aws::String & GetAnomalyDetectorId() const
DescribeAnomalyDetectorRequest & WithAnomalyDetectorId(AnomalyDetectorIdT &&value)
AWS_PROMETHEUSSERVICE_API DescribeAnomalyDetectorRequest()=default
virtual const char * GetServiceRequestName() const override
bool WorkspaceIdHasBeenSet() const
DescribeAnomalyDetectorRequest & WithWorkspaceId(WorkspaceIdT &&value)
void SetWorkspaceId(WorkspaceIdT &&value)
bool AnomalyDetectorIdHasBeenSet() const
void SetAnomalyDetectorId(AnomalyDetectorIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String