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;
24namespace ApplicationInsights
41 inline void SetMonitor(
bool value) { m_monitorHasBeenSet =
true; m_monitor = value; }
52 inline void SetTier(
Tier value) { m_tierHasBeenSet =
true; m_tier = value; }
62 template<
typename ComponentConfigurationT = Aws::String>
63 void SetComponentConfiguration(ComponentConfigurationT&& value) { m_componentConfigurationHasBeenSet =
true; m_componentConfiguration = std::forward<ComponentConfigurationT>(value); }
64 template<
typename ComponentConfigurationT = Aws::String>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
78 bool m_monitor{
false};
79 bool m_monitorHasBeenSet =
false;
82 bool m_tierHasBeenSet =
false;
85 bool m_componentConfigurationHasBeenSet =
false;
88 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