7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ApplicationInsights {
38 template <
typename ComponentConfigurationT = Aws::String>
40 m_componentConfigurationHasBeenSet =
true;
41 m_componentConfiguration = std::forward<ComponentConfigurationT>(value);
43 template <
typename ComponentConfigurationT = Aws::String>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
71 bool m_componentConfigurationHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationRecommendationResult()=default
AWS_APPLICATIONINSIGHTS_API DescribeComponentConfigurationRecommendationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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