7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/application-insights/model/ApplicationComponent.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ApplicationInsights {
34 template <
typename ApplicationComponentT = ApplicationComponent>
36 m_applicationComponentHasBeenSet =
true;
37 m_applicationComponent = std::forward<ApplicationComponentT>(value);
39 template <
typename ApplicationComponentT = ApplicationComponent>
51 template <
typename ResourceListT = Aws::Vector<Aws::String>>
53 m_resourceListHasBeenSet =
true;
54 m_resourceList = std::forward<ResourceListT>(value);
56 template <
typename ResourceListT = Aws::Vector<Aws::String>>
61 template <
typename ResourceListT = Aws::String>
63 m_resourceListHasBeenSet =
true;
64 m_resourceList.emplace_back(std::forward<ResourceListT>(value));
72 template <
typename RequestIdT = Aws::String>
74 m_requestIdHasBeenSet =
true;
75 m_requestId = std::forward<RequestIdT>(value);
77 template <
typename RequestIdT = Aws::String>
89 bool m_applicationComponentHasBeenSet =
false;
90 bool m_resourceListHasBeenSet =
false;
91 bool m_requestIdHasBeenSet =
false;
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