AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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#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 ApplicationInsights
25{
26namespace Model
27{
29 {
30 public:
31 AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationResult();
34
35
37
40 inline bool GetMonitor() const{ return m_monitor; }
41 inline void SetMonitor(bool value) { m_monitor = value; }
42 inline DescribeComponentConfigurationResult& WithMonitor(bool value) { SetMonitor(value); return *this;}
44
46
51 inline const Tier& GetTier() const{ return m_tier; }
52 inline void SetTier(const Tier& value) { m_tier = value; }
53 inline void SetTier(Tier&& value) { m_tier = std::move(value); }
54 inline DescribeComponentConfigurationResult& WithTier(const Tier& value) { SetTier(value); return *this;}
55 inline DescribeComponentConfigurationResult& WithTier(Tier&& value) { SetTier(std::move(value)); return *this;}
57
59
63 inline const Aws::String& GetComponentConfiguration() const{ return m_componentConfiguration; }
64 inline void SetComponentConfiguration(const Aws::String& value) { m_componentConfiguration = value; }
65 inline void SetComponentConfiguration(Aws::String&& value) { m_componentConfiguration = std::move(value); }
66 inline void SetComponentConfiguration(const char* value) { m_componentConfiguration.assign(value); }
71
73
74 inline const Aws::String& GetRequestId() const{ return m_requestId; }
75 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
76 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
77 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
78 inline DescribeComponentConfigurationResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
79 inline DescribeComponentConfigurationResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
80 inline DescribeComponentConfigurationResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
82 private:
83
84 bool m_monitor;
85
86 Tier m_tier;
87
88 Aws::String m_componentConfiguration;
89
90 Aws::String m_requestId;
91 };
92
93} // namespace Model
94} // namespace ApplicationInsights
95} // namespace Aws
DescribeComponentConfigurationResult & WithRequestId(const Aws::String &value)
AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeComponentConfigurationResult & WithRequestId(Aws::String &&value)
DescribeComponentConfigurationResult & WithComponentConfiguration(const Aws::String &value)
DescribeComponentConfigurationResult & WithComponentConfiguration(Aws::String &&value)
DescribeComponentConfigurationResult & WithComponentConfiguration(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue