7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/application-insights/model/ApplicationComponent.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ApplicationInsights
40 template<
typename ApplicationComponentT = ApplicationComponent>
41 void SetApplicationComponent(ApplicationComponentT&& value) { m_applicationComponentHasBeenSet =
true; m_applicationComponent = std::forward<ApplicationComponentT>(value); }
42 template<
typename ApplicationComponentT = ApplicationComponent>
51 template<
typename ResourceListT = Aws::Vector<Aws::String>>
52 void SetResourceList(ResourceListT&& value) { m_resourceListHasBeenSet =
true; m_resourceList = std::forward<ResourceListT>(value); }
53 template<
typename ResourceListT = Aws::Vector<Aws::String>>
55 template<
typename ResourceListT = Aws::String>
62 template<
typename RequestIdT = Aws::String>
63 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
64 template<
typename RequestIdT = Aws::String>
70 bool m_applicationComponentHasBeenSet =
false;
73 bool m_resourceListHasBeenSet =
false;
76 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