AWS SDK for C++

AWS SDK for C++ Version 1.11.763

Loading...
Searching...
No Matches
DescribeComponentConfigurationRecommendationResult.h
1
6#pragma once
7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/core/http/HttpResponse.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 DescribeComponentConfigurationRecommendationResult() = default;
31
33
37 inline const Aws::String& GetComponentConfiguration() const { return m_componentConfiguration; }
38 template <typename ComponentConfigurationT = Aws::String>
39 void SetComponentConfiguration(ComponentConfigurationT&& value) {
40 m_componentConfigurationHasBeenSet = true;
41 m_componentConfiguration = std::forward<ComponentConfigurationT>(value);
42 }
43 template <typename ComponentConfigurationT = Aws::String>
45 SetComponentConfiguration(std::forward<ComponentConfigurationT>(value));
46 return *this;
47 }
49
51
52 inline const Aws::String& GetRequestId() const { return m_requestId; }
53 template <typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) {
55 m_requestIdHasBeenSet = true;
56 m_requestId = std::forward<RequestIdT>(value);
57 }
58 template <typename RequestIdT = Aws::String>
60 SetRequestId(std::forward<RequestIdT>(value));
61 return *this;
62 }
64 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
65
66 private:
67 Aws::String m_componentConfiguration;
68
69 Aws::String m_requestId;
70 Aws::Http::HttpResponseCode m_HttpResponseCode;
71 bool m_componentConfigurationHasBeenSet = false;
72 bool m_requestIdHasBeenSet = false;
73};
74
75} // namespace Model
76} // namespace ApplicationInsights
77} // namespace Aws
AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationRecommendationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeComponentConfigurationRecommendationResult & WithComponentConfiguration(ComponentConfigurationT &&value)
AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationRecommendationResult(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