7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace ApplicationInsights {
37 template <
typename ComponentConfigurationT = Aws::String>
39 m_componentConfigurationHasBeenSet =
true;
40 m_componentConfiguration = std::forward<ComponentConfigurationT>(value);
42 template <
typename ComponentConfigurationT = Aws::String>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
67 bool m_componentConfigurationHasBeenSet =
false;
68 bool m_requestIdHasBeenSet =
false;
AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationRecommendationResult()=default
AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationRecommendationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeComponentConfigurationRecommendationResult & WithComponentConfiguration(ComponentConfigurationT &&value)
DescribeComponentConfigurationRecommendationResult & WithRequestId(RequestIdT &&value)
void SetComponentConfiguration(ComponentConfigurationT &&value)
const Aws::String & GetComponentConfiguration() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&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