AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateMonitorResult.h
1
6#pragma once
7#include <aws/internetmonitor/InternetMonitor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/internetmonitor/model/MonitorConfigState.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace InternetMonitor
25{
26namespace Model
27{
29 {
30 public:
31 AWS_INTERNETMONITOR_API CreateMonitorResult();
34
35
37
40 inline const Aws::String& GetArn() const{ return m_arn; }
41 inline void SetArn(const Aws::String& value) { m_arn = value; }
42 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
43 inline void SetArn(const char* value) { m_arn.assign(value); }
44 inline CreateMonitorResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
45 inline CreateMonitorResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
46 inline CreateMonitorResult& WithArn(const char* value) { SetArn(value); return *this;}
48
50
53 inline const MonitorConfigState& GetStatus() const{ return m_status; }
54 inline void SetStatus(const MonitorConfigState& value) { m_status = value; }
55 inline void SetStatus(MonitorConfigState&& value) { m_status = std::move(value); }
56 inline CreateMonitorResult& WithStatus(const MonitorConfigState& value) { SetStatus(value); return *this;}
57 inline CreateMonitorResult& WithStatus(MonitorConfigState&& value) { SetStatus(std::move(value)); return *this;}
59
61
62 inline const Aws::String& GetRequestId() const{ return m_requestId; }
63 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
64 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
65 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
66 inline CreateMonitorResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
67 inline CreateMonitorResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
68 inline CreateMonitorResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
70 private:
71
72 Aws::String m_arn;
73
74 MonitorConfigState m_status;
75
76 Aws::String m_requestId;
77 };
78
79} // namespace Model
80} // namespace InternetMonitor
81} // namespace Aws
CreateMonitorResult & WithRequestId(const char *value)
CreateMonitorResult & WithArn(Aws::String &&value)
CreateMonitorResult & WithStatus(const MonitorConfigState &value)
void SetStatus(const MonitorConfigState &value)
CreateMonitorResult & WithArn(const char *value)
CreateMonitorResult & WithStatus(MonitorConfigState &&value)
CreateMonitorResult & WithRequestId(const Aws::String &value)
CreateMonitorResult & WithRequestId(Aws::String &&value)
AWS_INTERNETMONITOR_API CreateMonitorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateMonitorResult & WithArn(const Aws::String &value)
AWS_INTERNETMONITOR_API CreateMonitorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue