7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/application-insights/model/ApplicationComponent.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ApplicationInsights {
35 template <
typename ApplicationComponentT = ApplicationComponent>
37 m_applicationComponentHasBeenSet =
true;
38 m_applicationComponent = std::forward<ApplicationComponentT>(value);
40 template <
typename ApplicationComponentT = ApplicationComponent>
52 template <
typename ResourceListT = Aws::Vector<Aws::String>>
54 m_resourceListHasBeenSet =
true;
55 m_resourceList = std::forward<ResourceListT>(value);
57 template <
typename ResourceListT = Aws::Vector<Aws::String>>
62 template <
typename ResourceListT = Aws::String>
64 m_resourceListHasBeenSet =
true;
65 m_resourceList.emplace_back(std::forward<ResourceListT>(value));
73 template <
typename RequestIdT = Aws::String>
75 m_requestIdHasBeenSet =
true;
76 m_requestId = std::forward<RequestIdT>(value);
78 template <
typename RequestIdT = Aws::String>
93 bool m_applicationComponentHasBeenSet =
false;
94 bool m_resourceListHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetResourceList(ResourceListT &&value)
void SetApplicationComponent(ApplicationComponentT &&value)
const ApplicationComponent & GetApplicationComponent() const
void SetRequestId(RequestIdT &&value)
const Aws::Vector< Aws::String > & GetResourceList() const
DescribeComponentResult & AddResourceList(ResourceListT &&value)
const Aws::String & GetRequestId() const
AWS_APPLICATIONINSIGHTS_API DescribeComponentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeComponentResult & WithRequestId(RequestIdT &&value)
AWS_APPLICATIONINSIGHTS_API DescribeComponentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeComponentResult & WithApplicationComponent(ApplicationComponentT &&value)
DescribeComponentResult & WithResourceList(ResourceListT &&value)
AWS_APPLICATIONINSIGHTS_API DescribeComponentResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue