7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace LookoutMetrics
40 template<
typename AlertArnT = Aws::String>
41 void SetAlertArn(AlertArnT&& value) { m_alertArnHasBeenSet =
true; m_alertArn = std::forward<AlertArnT>(value); }
42 template<
typename AlertArnT = Aws::String>
49 template<
typename RequestIdT = Aws::String>
50 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
51 template<
typename RequestIdT = Aws::String>
57 bool m_alertArnHasBeenSet =
false;
60 bool m_requestIdHasBeenSet =
false;
AWS_LOOKOUTMETRICS_API UpdateAlertResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateAlertResult & WithRequestId(RequestIdT &&value)
UpdateAlertResult & WithAlertArn(AlertArnT &&value)
const Aws::String & GetRequestId() const
void SetAlertArn(AlertArnT &&value)
AWS_LOOKOUTMETRICS_API UpdateAlertResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LOOKOUTMETRICS_API UpdateAlertResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetAlertArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue