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>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ApplicationInsights {
37 m_monitorHasBeenSet =
true;
54 m_tierHasBeenSet =
true;
69 template <
typename ComponentConfigurationT = Aws::String>
71 m_componentConfigurationHasBeenSet =
true;
72 m_componentConfiguration = std::forward<ComponentConfigurationT>(value);
74 template <
typename ComponentConfigurationT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
96 bool m_monitor{
false};
103 bool m_monitorHasBeenSet =
false;
104 bool m_tierHasBeenSet =
false;
105 bool m_componentConfigurationHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationResult()=default
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