AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
DescribeComponentConfigurationResult.h
1
6#pragma once
7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/application-insights/model/Tier.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace ApplicationInsights {
23namespace Model {
25 public:
26 AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationResult() = default;
28 AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationResult& operator=(
30
32
35 inline bool GetMonitor() const { return m_monitor; }
36 inline void SetMonitor(bool value) {
37 m_monitorHasBeenSet = true;
38 m_monitor = value;
39 }
41 SetMonitor(value);
42 return *this;
43 }
45
47
52 inline Tier GetTier() const { return m_tier; }
53 inline void SetTier(Tier value) {
54 m_tierHasBeenSet = true;
55 m_tier = value;
56 }
58 SetTier(value);
59 return *this;
60 }
62
64
68 inline const Aws::String& GetComponentConfiguration() const { return m_componentConfiguration; }
69 template <typename ComponentConfigurationT = Aws::String>
70 void SetComponentConfiguration(ComponentConfigurationT&& value) {
71 m_componentConfigurationHasBeenSet = true;
72 m_componentConfiguration = std::forward<ComponentConfigurationT>(value);
73 }
74 template <typename ComponentConfigurationT = Aws::String>
76 SetComponentConfiguration(std::forward<ComponentConfigurationT>(value));
77 return *this;
78 }
80
82
83 inline const Aws::String& GetRequestId() const { return m_requestId; }
84 template <typename RequestIdT = Aws::String>
85 void SetRequestId(RequestIdT&& value) {
86 m_requestIdHasBeenSet = true;
87 m_requestId = std::forward<RequestIdT>(value);
88 }
89 template <typename RequestIdT = Aws::String>
91 SetRequestId(std::forward<RequestIdT>(value));
92 return *this;
93 }
95 private:
96 bool m_monitor{false};
97
98 Tier m_tier{Tier::NOT_SET};
99
100 Aws::String m_componentConfiguration;
101
102 Aws::String m_requestId;
103 bool m_monitorHasBeenSet = false;
104 bool m_tierHasBeenSet = false;
105 bool m_componentConfigurationHasBeenSet = false;
106 bool m_requestIdHasBeenSet = false;
107};
108
109} // namespace Model
110} // namespace ApplicationInsights
111} // namespace Aws
AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationResult()=default
AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeComponentConfigurationResult & WithComponentConfiguration(ComponentConfigurationT &&value)
AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationResult & operator=(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