7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/application-insights/model/Tier.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ApplicationInsights {
38 m_monitorHasBeenSet =
true;
55 m_tierHasBeenSet =
true;
70 template <
typename ComponentConfigurationT = Aws::String>
72 m_componentConfigurationHasBeenSet =
true;
73 m_componentConfiguration = std::forward<ComponentConfigurationT>(value);
75 template <
typename ComponentConfigurationT = Aws::String>
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
99 bool m_monitor{
false};
107 bool m_monitorHasBeenSet =
false;
108 bool m_tierHasBeenSet =
false;
109 bool m_componentConfigurationHasBeenSet =
false;
110 bool m_requestIdHasBeenSet =
false;
AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeComponentConfigurationResult & WithMonitor(bool value)
void SetComponentConfiguration(ComponentConfigurationT &&value)
void SetMonitor(bool value)
AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DescribeComponentConfigurationResult & WithRequestId(RequestIdT &&value)
DescribeComponentConfigurationResult & WithComponentConfiguration(ComponentConfigurationT &&value)
const Aws::String & GetComponentConfiguration() const
AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeComponentConfigurationResult & WithTier(Tier value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue