7#include <aws/internetmonitor/InternetMonitor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/internetmonitor/model/MonitorConfigState.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace InternetMonitor
41 template<
typename ArnT = Aws::String>
42 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
43 template<
typename ArnT = Aws::String>
59 template<
typename RequestIdT = Aws::String>
60 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
61 template<
typename RequestIdT = Aws::String>
67 bool m_arnHasBeenSet =
false;
70 bool m_statusHasBeenSet =
false;
73 bool m_requestIdHasBeenSet =
false;
CreateMonitorResult & WithArn(ArnT &&value)
CreateMonitorResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetRequestId() const
CreateMonitorResult & WithStatus(MonitorConfigState value)
AWS_INTERNETMONITOR_API CreateMonitorResult()=default
void SetStatus(MonitorConfigState value)
MonitorConfigState GetStatus() const
AWS_INTERNETMONITOR_API CreateMonitorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_INTERNETMONITOR_API CreateMonitorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue